#7D3CB4

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

Shades of Studio #7D3CB4

Tints of Studio #7D3CB4

Color information

#7D3CB4 (or 0x7D3CB4) is unknown color: approx Studio. HEX triplet: 7D, 3C and B4. RGB value is (125,60,180). Sum of RGB (Red+Green+Blue) = 125+60+180=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3CB4 is #82C34B. Grayscale: #5C5C5C. Windows color (decimal): -8569676 or 11811965. OLE color: 11811965.

HSL color Cylindrical-coordinate representation of color #7D3CB4: hue angle of 272.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D3CB4 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12560180-
CMYK0.310.6700.29
HSL272.5º50%47.06%-
HSV(B)272.5º66.67%70.59%-
XYZ18.3110.8944.32-
YUV93.12177.03150.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.25%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=34.25%
G=16.44%
B=49.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125601800.310.6700.29272.55047.06
Hex7D3CB41F4301D110322f
Octal17574264371030354206257
Binary111110111110010110100111111000011011101100010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,60,180); }

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

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

 a { background-color: rgb(125,60,180); }

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

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

 span { border-color: rgb(125,60,180); }

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