Html Css Color HEX #3E1BCD Purple Heart

📋 copy color: '#3E1BCD'

red 62 ◦ green 27 ◦ blue 205

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

Shades of Purple Heart #3E1BCD

Tints of Purple Heart #3E1BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

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

R = 21.09%
G = 9.18%
B = 69.73%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E1BCD (or 0x3E1BCD) is known color: Purple Heart. HEX triplet: 3E, 1B and CD. RGB value is (62,27,205). Sum of RGB (Red+Green+Blue) = 62+27+205=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E1BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1BCD is #C1E432. Grayscale: #393939. Windows color (decimal): -12706867 or 13441854. OLE color: 13441854.

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

Color convert

RGB 62 27 205 -
CMYK 0.70 0.87 0 0.20
HSL 251.8º 0.77% 0.45% -
HSV(B) 251.8º 0.87% 0.8% -
XYZ 13.4 6.22 58.25 -
YUV 57.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 62 27 205 0.70 0.87 0 0.20 251.8 0.77 0.45
Hex 3E 1B CD 46 57 0 14 FC 4D 2D
Octal 76 33 315 106 127 0 24 374 115 55
Binary 111110 11011 11001101 1000110 1010111 0 10100 11111100 1001101 101101

Color Harmonies of #3E1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1BCD

Black with #3E1BCD

Text Example


Text Example

White with #3E1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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