Html Css Color HEX #3E13B7 Purple Heart

📋 copy color: '#3E13B7'

red 62 ◦ green 19 ◦ blue 183

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

Shades of Purple Heart #3E13B7

Tints of Purple Heart #3E13B7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 183 (71.88% from 255) = 69.32%

R = 23.48%
G = 7.2%
B = 69.32%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3E13B7 (or 0x3E13B7) is known color: Purple Heart. HEX triplet: 3E, 13 and B7. RGB value is (62,19,183). Sum of RGB (Red+Green+Blue) = 62+19+183=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #3E13B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E13B7 is #C1EC48. Grayscale: #313131. Windows color (decimal): -12708937 or 11998014. OLE color: 11998014.

HSL color Cylindrical-coordinate representation of color #3E13B7: hue angle of 255.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E13B7 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 62 19 183 -
CMYK 0.66 0.90 0 0.28
HSL 255.73º 0.81% 0.4% -
HSV(B) 255.73º 0.9% 0.72% -
XYZ 10.77 4.91 45.18 -
YUV 50.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 62 19 183 0.66 0.90 0 0.28 255.73 0.81 0.4
Hex 3E 13 B7 42 5A 0 1C 100 51 28
Octal 76 23 267 102 132 0 34 400 121 50
Binary 111110 10011 10110111 1000010 1011010 0 11100 100000000 1010001 101000

Color Harmonies of #3E13B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E13B7

Black with #3E13B7

Text Example


Text Example

White with #3E13B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,183); }

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

background-color css

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

 a { background-color: rgb(62,19,183); }

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

border-color css

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

 span { border-color: rgb(62,19,183); }

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