Html Css Color HEX #3E0EBA Purple Heart

📋 copy color: '#3E0EBA'

red 62 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #3E0EBA

Tints of Purple Heart #3E0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 23.66%
G = 5.34%
B = 70.99%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E0EBA (or 0x3E0EBA) is known color: Purple Heart. HEX triplet: 3E, 0E and BA. RGB value is (62,14,186). Sum of RGB (Red+Green+Blue) = 62+14+186=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0EBA is #C1F145. Grayscale: #2F2F2F. Windows color (decimal): -12710214 or 12193342. OLE color: 12193342.

HSL color Cylindrical-coordinate representation of color #3E0EBA: hue angle of 256.74º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0EBA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 14 186 -
CMYK 0.67 0.92 0 0.27
HSL 256.74º 0.86% 0.39% -
HSV(B) 256.74º 0.92% 0.73% -
XYZ 11.01 4.88 46.82 -
YUV 47.96 205.9 138.01 -
System Red Green Blue C M Y K H S L
Decimal 62 14 186 0.67 0.92 0 0.27 256.74 0.86 0.39
Hex 3E E BA 43 5C 0 1B 101 56 27
Octal 76 16 272 103 134 0 33 401 126 47
Binary 111110 1110 10111010 1000011 1011100 0 11011 100000001 1010110 100111

Color Harmonies of #3E0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0EBA

Black with #3E0EBA

Text Example


Text Example

White with #3E0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,14,186); }

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

background-color css

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

 a { background-color: rgb(62,14,186); }

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

border-color css

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

 span { border-color: rgb(62,14,186); }

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