Html Css Color HEX #6F20AB Purple Heart

📋 copy color: '#6F20AB'

red 111 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #6F20AB

Tints of Purple Heart #6F20AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

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

R = 35.35%
G = 10.19%
B = 54.46%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F20AB (or 0x6F20AB) is known color: Purple Heart. HEX triplet: 6F, 20 and AB. RGB value is (111,32,171). Sum of RGB (Red+Green+Blue) = 111+32+171=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F20AB is #90DF54. Grayscale: #464646. Windows color (decimal): -9494357 or 11214959. OLE color: 11214959.

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

Color convert

RGB 111 32 171 -
CMYK 0.35 0.81 0 0.33
HSL 274.1º 0.68% 0.4% -
HSV(B) 274.1º 0.81% 0.67% -
XYZ 14.42 7.35 39.19 -
YUV 71.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 111 32 171 0.35 0.81 0 0.33 274.1 0.68 0.4
Hex 6F 20 AB 23 51 0 21 112 44 28
Octal 157 40 253 43 121 0 41 422 104 50
Binary 1101111 100000 10101011 100011 1010001 0 100001 100010010 1000100 101000

Color Harmonies of #6F20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F20AB

Black with #6F20AB

Text Example


Text Example

White with #6F20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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