Html Css Color HEX #3E1CCC Purple Heart

📋 copy color: '#3E1CCC'

red 62 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #3E1CCC

Tints of Purple Heart #3E1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 21.09%
G = 9.52%
B = 69.39%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E1CCC (or 0x3E1CCC) is known color: Purple Heart. HEX triplet: 3E, 1C and CC. RGB value is (62,28,204). Sum of RGB (Red+Green+Blue) = 62+28+204=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CCC is #C1E333. Grayscale: #393939. Windows color (decimal): -12706612 or 13376574. OLE color: 13376574.

HSL color Cylindrical-coordinate representation of color #3E1CCC: hue angle of 251.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1CCC is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 28 204 -
CMYK 0.70 0.86 0 0.2
HSL 251.59º 0.76% 0.45% -
HSV(B) 251.59º 0.86% 0.8% -
XYZ 13.3 6.21 57.63 -
YUV 58.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 62 28 204 0.70 0.86 0 0.2 251.59 0.76 0.45
Hex 3E 1C CC 46 56 0 14 FC 4C 2D
Octal 76 34 314 106 126 0 24 374 114 55
Binary 111110 11100 11001100 1000110 1010110 0 10100 11111100 1001100 101101

Color Harmonies of #3E1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1CCC

Black with #3E1CCC

Text Example


Text Example

White with #3E1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,28,204); }

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

background-color css

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

 a { background-color: rgb(62,28,204); }

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

border-color css

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

 span { border-color: rgb(62,28,204); }

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