Html Css Color HEX #3C24CE Purple Heart

📋 copy color: '#3C24CE'

red 60 ◦ green 36 ◦ blue 206

#3C24CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3C24CE

Tints of Purple Heart #3C24CE

RGB

 RED value IS 60 (23.83% from 255) = 19.87%

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 19.87%
G = 11.92%
B = 68.21%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C24CE (or 0x3C24CE) is known color: Purple Heart. HEX triplet: 3C, 24 and CE. RGB value is (60,36,206). Sum of RGB (Red+Green+Blue) = 60+36+206=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C24CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C24CE is #C3DB31. Grayscale: #3D3D3D. Windows color (decimal): -12835634 or 13509692. OLE color: 13509692.

HSL color Cylindrical-coordinate representation of color #3C24CE: hue angle of 248.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C24CE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 36 206 -
CMYK 0.71 0.83 0 0.19
HSL 248.47º 0.7% 0.47% -
HSV(B) 248.47º 0.83% 0.81% -
XYZ 13.63 6.68 58.96 -
YUV 62.56 208.95 126.18 -
System Red Green Blue C M Y K H S L
Decimal 60 36 206 0.71 0.83 0 0.19 248.47 0.7 0.47
Hex 3C 24 CE 47 53 0 13 F8 46 2F
Octal 74 44 316 107 123 0 23 370 106 57
Binary 111100 100100 11001110 1000111 1010011 0 10011 11111000 1000110 101111

Color Harmonies of #3C24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C24CE

Black with #3C24CE

Text Example


Text Example

White with #3C24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,206); }

 H1.HeaderClassName
 {
   color: #3C24CE;
 }
 .AnyTagClassName
 {
   color: #3C24CE;
 }
</style>

background-color css

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

 a { background-color: rgb(60,36,206); }

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

border-color css

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

 span { border-color: rgb(60,36,206); }

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