Html Css Color HEX #3E1FCD Purple Heart

📋 copy color: '#3E1FCD'

red 62 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #3E1FCD

Tints of Purple Heart #3E1FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

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

R = 20.81%
G = 10.4%
B = 68.79%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E1FCD (or 0x3E1FCD) is known color: Purple Heart. HEX triplet: 3E, 1F and CD. RGB value is (62,31,205). Sum of RGB (Red+Green+Blue) = 62+31+205=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E1FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1FCD is #C1E032. Grayscale: #3B3B3B. Windows color (decimal): -12705843 or 13442878. OLE color: 13442878.

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

Color convert

RGB 62 31 205 -
CMYK 0.70 0.85 0 0.20
HSL 250.69º 0.74% 0.46% -
HSV(B) 250.69º 0.85% 0.8% -
XYZ 13.5 6.41 58.28 -
YUV 60.11 209.77 129.35 -
System Red Green Blue C M Y K H S L
Decimal 62 31 205 0.70 0.85 0 0.20 250.69 0.74 0.46
Hex 3E 1F CD 46 55 0 14 FB 4A 2E
Octal 76 37 315 106 125 0 24 373 112 56
Binary 111110 11111 11001101 1000110 1010101 0 10100 11111011 1001010 101110

Color Harmonies of #3E1FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1FCD

Black with #3E1FCD

Text Example


Text Example

White with #3E1FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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