Html Css Color HEX #6E08AC Purple Heart

📋 copy color: '#6E08AC'

red 110 ◦ green 8 ◦ blue 172

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

Shades of Purple Heart #6E08AC

Tints of Purple Heart #6E08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 37.93%
G = 2.76%
B = 59.31%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E08AC (or 0x6E08AC) is known color: Purple Heart. HEX triplet: 6E, 08 and AC. RGB value is (110,8,172). Sum of RGB (Red+Green+Blue) = 110+8+172=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E08AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E08AC is #91F753. Grayscale: #383838. Windows color (decimal): -9566036 or 11274350. OLE color: 11274350.

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

Color convert

RGB 110 8 172 -
CMYK 0.36 0.95 0 0.33
HSL 277.32º 0.91% 0.35% -
HSV(B) 277.32º 0.95% 0.67% -
XYZ 13.96 6.47 39.54 -
YUV 57.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 110 8 172 0.36 0.95 0 0.33 277.32 0.91 0.35
Hex 6E 8 AC 24 5F 0 21 115 5B 23
Octal 156 10 254 44 137 0 41 425 133 43
Binary 1101110 1000 10101100 100100 1011111 0 100001 100010101 1011011 100011

Color Harmonies of #6E08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E08AC

Black with #6E08AC

Text Example


Text Example

White with #6E08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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