Html Css Color HEX #3E1DBE Purple Heart

📋 copy color: '#3E1DBE'

red 62 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #3E1DBE

Tints of Purple Heart #3E1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 22.06%
G = 10.32%
B = 67.62%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E1DBE (or 0x3E1DBE) is known color: Purple Heart. HEX triplet: 3E, 1D and BE. RGB value is (62,29,190). Sum of RGB (Red+Green+Blue) = 62+29+190=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E1DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1DBE is #C1E241. Grayscale: #383838. Windows color (decimal): -12706370 or 12459326. OLE color: 12459326.

HSL color Cylindrical-coordinate representation of color #3E1DBE: hue angle of 252.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1DBE is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 29 190 -
CMYK 0.67 0.85 0 0.25
HSL 252.3º 0.74% 0.43% -
HSV(B) 252.3º 0.85% 0.75% -
XYZ 11.72 5.62 49.18 -
YUV 57.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 62 29 190 0.67 0.85 0 0.25 252.3 0.74 0.43
Hex 3E 1D BE 43 55 0 19 FC 4A 2B
Octal 76 35 276 103 125 0 31 374 112 53
Binary 111110 11101 10111110 1000011 1010101 0 11001 11111100 1001010 101011

Color Harmonies of #3E1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1DBE

Black with #3E1DBE

Text Example


Text Example

White with #3E1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,29,190); }

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

background-color css

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

 a { background-color: rgb(62,29,190); }

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

border-color css

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

 span { border-color: rgb(62,29,190); }

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