Html Css Color HEX #3C24CD Purple Heart

📋 copy color: '#3C24CD'

red 60 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #3C24CD

Tints of Purple Heart #3C24CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 19.93%
G = 11.96%
B = 68.11%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C24CD (or 0x3C24CD) is known color: Purple Heart. HEX triplet: 3C, 24 and CD. RGB value is (60,36,205). Sum of RGB (Red+Green+Blue) = 60+36+205=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C24CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C24CD is #C3DB32. Grayscale: #3D3D3D. Windows color (decimal): -12835635 or 13444156. OLE color: 13444156.

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

Color convert

RGB 60 36 205 -
CMYK 0.71 0.82 0 0.20
HSL 248.52º 0.7% 0.47% -
HSV(B) 248.52º 0.82% 0.8% -
XYZ 13.51 6.63 58.33 -
YUV 62.44 208.45 126.26 -
System Red Green Blue C M Y K H S L
Decimal 60 36 205 0.71 0.82 0 0.20 248.52 0.7 0.47
Hex 3C 24 CD 47 52 0 14 F9 46 2F
Octal 74 44 315 107 122 0 24 371 106 57
Binary 111100 100100 11001101 1000111 1010010 0 10100 11111001 1000110 101111

Color Harmonies of #3C24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C24CD

Black with #3C24CD

Text Example


Text Example

White with #3C24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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