Html Css Color HEX #3E1EBF Purple Heart

📋 copy color: '#3E1EBF'

red 62 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #3E1EBF

Tints of Purple Heart #3E1EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 191 (75% from 255) = 67.49%

R = 21.91%
G = 10.6%
B = 67.49%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E1EBF (or 0x3E1EBF) is known color: Purple Heart. HEX triplet: 3E, 1E and BF. RGB value is (62,30,191). Sum of RGB (Red+Green+Blue) = 62+30+191=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E1EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1EBF is #C1E140. Grayscale: #393939. Windows color (decimal): -12706113 or 12525118. OLE color: 12525118.

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

Color convert

RGB 62 30 191 -
CMYK 0.68 0.84 0 0.25
HSL 251.93º 0.73% 0.43% -
HSV(B) 251.93º 0.84% 0.75% -
XYZ 11.85 5.71 49.77 -
YUV 57.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 62 30 191 0.68 0.84 0 0.25 251.93 0.73 0.43
Hex 3E 1E BF 44 54 0 19 FC 49 2B
Octal 76 36 277 104 124 0 31 374 111 53
Binary 111110 11110 10111111 1000100 1010100 0 11001 11111100 1001001 101011

Color Harmonies of #3E1EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1EBF

Black with #3E1EBF

Text Example


Text Example

White with #3E1EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,30,191); }

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

background-color css

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

 a { background-color: rgb(62,30,191); }

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

border-color css

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

 span { border-color: rgb(62,30,191); }

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