Html Css Color HEX #6E1EBC Purple Heart

📋 copy color: '#6E1EBC'

red 110 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #6E1EBC

Tints of Purple Heart #6E1EBC

RGB

 RED value IS 110 (43.36% from 255) = 33.54%

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 33.54%
G = 9.15%
B = 57.32%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E1EBC (or 0x6E1EBC) is known color: Purple Heart. HEX triplet: 6E, 1E and BC. RGB value is (110,30,188). Sum of RGB (Red+Green+Blue) = 110+30+188=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E1EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EBC is #91E143. Grayscale: #474747. Windows color (decimal): -9560388 or 12328558. OLE color: 12328558.

HSL color Cylindrical-coordinate representation of color #6E1EBC: hue angle of 270.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1EBC is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 30 188 -
CMYK 0.41 0.84 0 0.26
HSL 270.38º 0.72% 0.43% -
HSV(B) 270.38º 0.84% 0.74% -
XYZ 15.97 7.87 48.26 -
YUV 71.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 110 30 188 0.41 0.84 0 0.26 270.38 0.72 0.43
Hex 6E 1E BC 29 54 0 1A 10E 48 2B
Octal 156 36 274 51 124 0 32 416 110 53
Binary 1101110 11110 10111100 101001 1010100 0 11010 100001110 1001000 101011

Color Harmonies of #6E1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1EBC

Black with #6E1EBC

Text Example


Text Example

White with #6E1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E1EBC; }

 p { color: rgb(110,30,188); }

 H1.HeaderClassName
 {
   color: #6E1EBC;
 }
 .AnyTagClassName
 {
   color: #6E1EBC;
 }
</style>

background-color css

<style>
 a { background-color: #6E1EBC; }

 a { background-color: rgb(110,30,188); }

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

border-color css

<style>
 span { border-color: #6E1EBC; }

 span { border-color: rgb(110,30,188); }

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