Html Css Color HEX #6F0EAA Purple Heart

📋 copy color: '#6F0EAA'

red 111 ◦ green 14 ◦ blue 170

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

Shades of Purple Heart #6F0EAA

Tints of Purple Heart #6F0EAA

RGB

 RED value IS 111 (43.75% from 255) = 37.63%

 GREEN value IS 14 (5.86% from 255) = 4.75%

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

R = 37.63%
G = 4.75%
B = 57.63%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F0EAA (or 0x6F0EAA) is known color: Purple Heart. HEX triplet: 6F, 0E and AA. RGB value is (111,14,170). Sum of RGB (Red+Green+Blue) = 111+14+170=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 14 (5.86% from 255 or 4.75% 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 #6F0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0EAA is #90F155. Grayscale: #3C3C3C. Windows color (decimal): -9498966 or 11144815. OLE color: 11144815.

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

Color convert

RGB 111 14 170 -
CMYK 0.35 0.92 0 0.33
HSL 277.31º 0.85% 0.36% -
HSV(B) 277.31º 0.92% 0.67% -
XYZ 13.97 6.6 38.57 -
YUV 60.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 111 14 170 0.35 0.92 0 0.33 277.31 0.85 0.36
Hex 6F E AA 23 5C 0 21 115 55 24
Octal 157 16 252 43 134 0 41 425 125 44
Binary 1101111 1110 10101010 100011 1011100 0 100001 100010101 1010101 100100

Color Harmonies of #6F0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0EAA

Black with #6F0EAA

Text Example


Text Example

White with #6F0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,170); }

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

background-color css

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

 a { background-color: rgb(111,14,170); }

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

border-color css

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

 span { border-color: rgb(111,14,170); }

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