Html Css Color HEX #3E24CD Purple Heart

📋 copy color: '#3E24CD'

red 62 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #3E24CD

Tints of Purple Heart #3E24CD

RGB

 RED value IS 62 (24.61% from 255) = 20.46%

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

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

R = 20.46%
G = 11.88%
B = 67.66%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E24CD (or 0x3E24CD) is known color: Purple Heart. HEX triplet: 3E, 24 and CD. RGB value is (62,36,205). Sum of RGB (Red+Green+Blue) = 62+36+205=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E24CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E24CD is #C1DB32. Grayscale: #3E3E3E. Windows color (decimal): -12704563 or 13444158. OLE color: 13444158.

HSL color Cylindrical-coordinate representation of color #3E24CD: hue angle of 249.23º 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 #3E24CD is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 36 205 -
CMYK 0.70 0.82 0 0.20
HSL 249.23º 0.7% 0.47% -
HSV(B) 249.23º 0.82% 0.8% -
XYZ 13.64 6.69 58.33 -
YUV 63.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 62 36 205 0.70 0.82 0 0.20 249.23 0.7 0.47
Hex 3E 24 CD 46 52 0 14 F9 46 2F
Octal 76 44 315 106 122 0 24 371 106 57
Binary 111110 100100 11001101 1000110 1010010 0 10100 11111001 1000110 101111

Color Harmonies of #3E24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E24CD

Black with #3E24CD

Text Example


Text Example

White with #3E24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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