Html Css Color HEX #6F0BAB Purple Heart

📋 copy color: '#6F0BAB'

red 111 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #6F0BAB

Tints of Purple Heart #6F0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.75%

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

R = 37.88%
G = 3.75%
B = 58.36%

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

#6F0BAB (or 0x6F0BAB) is known color: Purple Heart. HEX triplet: 6F, 0B and AB. RGB value is (111,11,171). Sum of RGB (Red+Green+Blue) = 111+11+171=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0BAB is #90F454. Grayscale: #3A3A3A. Windows color (decimal): -9499733 or 11209583. OLE color: 11209583.

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

Color convert

RGB 111 11 171 -
CMYK 0.35 0.94 0 0.33
HSL 277.5º 0.88% 0.36% -
HSV(B) 277.5º 0.94% 0.67% -
XYZ 14.03 6.56 39.05 -
YUV 59.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 111 11 171 0.35 0.94 0 0.33 277.5 0.88 0.36
Hex 6F B AB 23 5E 0 21 116 58 24
Octal 157 13 253 43 136 0 41 426 130 44
Binary 1101111 1011 10101011 100011 1011110 0 100001 100010110 1011000 100100

Color Harmonies of #6F0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0BAB

Black with #6F0BAB

Text Example


Text Example

White with #6F0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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