Html Css Color HEX #6F0AAB Purple Heart

📋 copy color: '#6F0AAB'

red 111 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #6F0AAB

Tints of Purple Heart #6F0AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.56%

R = 38.01%
G = 3.42%
B = 58.56%

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

#6F0AAB (or 0x6F0AAB) is known color: Purple Heart. HEX triplet: 6F, 0A and AB. RGB value is (111,10,171). Sum of RGB (Red+Green+Blue) = 111+10+171=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0AAB is #90F554. Grayscale: #3A3A3A. Windows color (decimal): -9499989 or 11209327. OLE color: 11209327.

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

Color convert

RGB 111 10 171 -
CMYK 0.35 0.94 0 0.33
HSL 277.64º 0.89% 0.35% -
HSV(B) 277.64º 0.94% 0.67% -
XYZ 14.01 6.54 39.05 -
YUV 58.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 111 10 171 0.35 0.94 0 0.33 277.64 0.89 0.35
Hex 6F A AB 23 5E 0 21 116 59 23
Octal 157 12 253 43 136 0 41 426 131 43
Binary 1101111 1010 10101011 100011 1011110 0 100001 100010110 1011001 100011

Color Harmonies of #6F0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0AAB

Black with #6F0AAB

Text Example


Text Example

White with #6F0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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