Html Css Color HEX #3E14CB Purple Heart

📋 copy color: '#3E14CB'

red 62 ◦ green 20 ◦ blue 203

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

Shades of Purple Heart #3E14CB

Tints of Purple Heart #3E14CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 21.75%
G = 7.02%
B = 71.23%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E14CB (or 0x3E14CB) is known color: Purple Heart. HEX triplet: 3E, 14 and CB. RGB value is (62,20,203). Sum of RGB (Red+Green+Blue) = 62+20+203=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E14CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14CB is #C1EB34. Grayscale: #343434. Windows color (decimal): -12708661 or 13308990. OLE color: 13308990.

HSL color Cylindrical-coordinate representation of color #3E14CB: hue angle of 253.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E14CB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 20 203 -
CMYK 0.69 0.90 0 0.20
HSL 253.77º 0.82% 0.44% -
HSV(B) 253.77º 0.9% 0.8% -
XYZ 13.02 5.84 56.94 -
YUV 53.42 212.41 134.12 -
System Red Green Blue C M Y K H S L
Decimal 62 20 203 0.69 0.90 0 0.20 253.77 0.82 0.44
Hex 3E 14 CB 45 5A 0 14 FE 52 2C
Octal 76 24 313 105 132 0 24 376 122 54
Binary 111110 10100 11001011 1000101 1011010 0 10100 11111110 1010010 101100

Color Harmonies of #3E14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E14CB

Black with #3E14CB

Text Example


Text Example

White with #3E14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,20,203); }

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

background-color css

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

 a { background-color: rgb(62,20,203); }

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

border-color css

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

 span { border-color: rgb(62,20,203); }

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