Html Css Color HEX #6E05AB Purple Heart

📋 copy color: '#6E05AB'

red 110 ◦ green 5 ◦ blue 171

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

Shades of Purple Heart #6E05AB

Tints of Purple Heart #6E05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 38.46%
G = 1.75%
B = 59.79%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E05AB (or 0x6E05AB) is known color: Purple Heart. HEX triplet: 6E, 05 and AB. RGB value is (110,5,171). Sum of RGB (Red+Green+Blue) = 110+5+171=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E05AB is #91FA54. Grayscale: #363636. Windows color (decimal): -9566805 or 11208046. OLE color: 11208046.

HSL color Cylindrical-coordinate representation of color #6E05AB: hue angle of 277.95º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E05AB is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 5 171 -
CMYK 0.36 0.97 0 0.33
HSL 277.95º 0.94% 0.35% -
HSV(B) 277.95º 0.97% 0.67% -
XYZ 13.84 6.36 39.03 -
YUV 55.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 110 5 171 0.36 0.97 0 0.33 277.95 0.94 0.35
Hex 6E 5 AB 24 61 0 21 116 5E 23
Octal 156 5 253 44 141 0 41 426 136 43
Binary 1101110 101 10101011 100100 1100001 0 100001 100010110 1011110 100011

Color Harmonies of #6E05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E05AB

Black with #6E05AB

Text Example


Text Example

White with #6E05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,171); }

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

background-color css

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

 a { background-color: rgb(110,5,171); }

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

border-color css

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

 span { border-color: rgb(110,5,171); }

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