#7d4bc1

Color #7D4BC1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7D4BC1

Tints of Studio #7D4BC1

Color information

#7D4BC1 (or 0x7D4BC1) is unknown color: approx Studio. HEX triplet: 7D, 4B and C1. RGB value is (125,75,193). Sum of RGB (Red+Green+Blue) = 125+75+193=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D4BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BC1 is #82B43E. Grayscale: #666666. Windows color (decimal): -8565823 or 12667773. OLE color: 12667773.

HSL color Cylindrical-coordinate representation of color #7D4BC1: hue angle of 265.42º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D4BC1 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12575193-
CMYK0.350.6100.24
HSL265.42º48.76%52.55%-
HSV(B)265.42º61.14%75.69%-
XYZ20.613.2451.92-
YUV103.4178.56143.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=31.81%
G=19.08%
B=49.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125751930.350.6100.24265.4248.7652.55
Hex7D4BC1233D0181093135
Octal17511330143750304116165
Binary1111101100101111000001100011111101011000100001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d4bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7d4bc1; }

 p { color: rgb(125,75,193); }

 H1.HeaderClassName
 {
   color: #7d4bc1;
 }
 .AnyTagClassName
 {
   color: #7d4bc1;
 }
</style>
background-color css

<style>
 a { background-color: #7d4bc1; }

 a { background-color: rgb(125,75,193); }

 div.DivClassName
 {
   background-color: #7d4bc1;
 }
 .BgClassName
 {
   background-color: #7d4bc1;
 }
</style>
border-color css

<style>
 span { border-color: #7d4bc1; }

 span { border-color: rgb(125,75,193); }

 td.TdClassName
 {
   border-color: #7d4bc1;
 }
 .TagClassName
 {
   border-color: #7d4bc1;
 }
</style>