Html Css Color HEX #6E05AC Purple Heart

📋 copy color: '#6E05AC'

red 110 ◦ green 5 ◦ blue 172

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

Shades of Purple Heart #6E05AC

Tints of Purple Heart #6E05AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 38.33%
G = 1.74%
B = 59.93%

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

#6E05AC (or 0x6E05AC) is known color: Purple Heart. HEX triplet: 6E, 05 and AC. RGB value is (110,5,172). Sum of RGB (Red+Green+Blue) = 110+5+172=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E05AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E05AC is #91FA53. Grayscale: #363636. Windows color (decimal): -9566804 or 11273582. OLE color: 11273582.

HSL color Cylindrical-coordinate representation of color #6E05AC: hue angle of 277.72º 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 #6E05AC is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 5 172 -
CMYK 0.36 0.97 0 0.33
HSL 277.72º 0.94% 0.35% -
HSV(B) 277.72º 0.97% 0.67% -
XYZ 13.93 6.4 39.53 -
YUV 55.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 110 5 172 0.36 0.97 0 0.33 277.72 0.94 0.35
Hex 6E 5 AC 24 61 0 21 116 5E 23
Octal 156 5 254 44 141 0 41 426 136 43
Binary 1101110 101 10101100 100100 1100001 0 100001 100010110 1011110 100011

Color Harmonies of #6E05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E05AC

Black with #6E05AC

Text Example


Text Example

White with #6E05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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