Html Css Color HEX #6E0FAA Purple Heart

📋 copy color: '#6E0FAA'

red 110 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #6E0FAA

Tints of Purple Heart #6E0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 37.29%
G = 5.08%
B = 57.63%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E0FAA (or 0x6E0FAA) is known color: Purple Heart. HEX triplet: 6E, 0F and AA. RGB value is (110,15,170). Sum of RGB (Red+Green+Blue) = 110+15+170=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0FAA is #91F055. Grayscale: #3C3C3C. Windows color (decimal): -9564246 or 11145070. OLE color: 11145070.

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

Color convert

RGB 110 15 170 -
CMYK 0.35 0.91 0 0.33
HSL 276.77º 0.84% 0.36% -
HSV(B) 276.77º 0.91% 0.67% -
XYZ 13.86 6.56 38.57 -
YUV 61.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 110 15 170 0.35 0.91 0 0.33 276.77 0.84 0.36
Hex 6E F AA 23 5B 0 21 115 54 24
Octal 156 17 252 43 133 0 41 425 124 44
Binary 1101110 1111 10101010 100011 1011011 0 100001 100010101 1010100 100100

Color Harmonies of #6E0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0FAA

Black with #6E0FAA

Text Example


Text Example

White with #6E0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,170); }

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

background-color css

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

 a { background-color: rgb(110,15,170); }

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

border-color css

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

 span { border-color: rgb(110,15,170); }

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