Html Css Color HEX #6F0AAA Purple Heart

📋 copy color: '#6F0AAA'

red 111 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #6F0AAA

Tints of Purple Heart #6F0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

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

R = 38.14%
G = 3.44%
B = 58.42%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F0AAA (or 0x6F0AAA) is known color: Purple Heart. HEX triplet: 6F, 0A and AA. RGB value is (111,10,170). Sum of RGB (Red+Green+Blue) = 111+10+170=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0AAA is #90F555. Grayscale: #393939. Windows color (decimal): -9499990 or 11143791. OLE color: 11143791.

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

Color convert

RGB 111 10 170 -
CMYK 0.35 0.94 0 0.33
HSL 277.88º 0.89% 0.35% -
HSV(B) 277.88º 0.94% 0.67% -
XYZ 13.92 6.5 38.55 -
YUV 58.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 111 10 170 0.35 0.94 0 0.33 277.88 0.89 0.35
Hex 6F A AA 23 5E 0 21 116 59 23
Octal 157 12 252 43 136 0 41 426 131 43
Binary 1101111 1010 10101010 100011 1011110 0 100001 100010110 1011001 100011

Color Harmonies of #6F0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0AAA

Black with #6F0AAA

Text Example


Text Example

White with #6F0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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