#3C09C4

Color #3C09C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3C09C4

Tints of Purple Heart #3C09C4

Color information

#3C09C4 (or 0x3C09C4) is unknown color: approx Purple Heart. HEX triplet: 3C, 09 and C4. RGB value is (60,9,196). Sum of RGB (Red+Green+Blue) = 60+9+196=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 196 (76.95% from 255 or 73.96% from 265); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C09C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09C4 is #C3F63B. Grayscale: #2C2C2C. Windows color (decimal): -12842556 or 12847420. OLE color: 12847420.

HSL color Cylindrical-coordinate representation of color #3C09C4: hue angle of 256.36º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C09C4 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB609196-
CMYK0.690.9500.23
HSL256.36º91.22%40.2%-
HSV(B)256.36º95.41%76.86%-
XYZ11.925.1452.59-
YUV45.57212.9138.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 196 (76.95% from 255) = 73.96%
R=22.64%
G=3.40%
B=73.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal6091960.690.9500.23256.3691.2240.2
Hex3C9C4455F0171005b28
Octal741130410513702740013350
Binary111100100111000100100010110111110101111000000001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C09C4; }

 p { color: rgb(60,9,196); }

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

<style>
 a { background-color: #3C09C4; }

 a { background-color: rgb(60,9,196); }

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

<style>
 span { border-color: #3C09C4; }

 span { border-color: rgb(60,9,196); }

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