Html Css Color HEX #6F16AE Purple Heart

📋 copy color: '#6F16AE'

red 111 ◦ green 22 ◦ blue 174

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

Shades of Purple Heart #6F16AE

Tints of Purple Heart #6F16AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 36.16%
G = 7.17%
B = 56.68%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F16AE (or 0x6F16AE) is known color: Purple Heart. HEX triplet: 6F, 16 and AE. RGB value is (111,22,174). Sum of RGB (Red+Green+Blue) = 111+22+174=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F16AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F16AE is #90E951. Grayscale: #414141. Windows color (decimal): -9496914 or 11409007. OLE color: 11409007.

HSL color Cylindrical-coordinate representation of color #6F16AE: hue angle of 275.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F16AE is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 22 174 -
CMYK 0.36 0.87 0 0.32
HSL 275.13º 0.78% 0.38% -
HSV(B) 275.13º 0.87% 0.68% -
XYZ 14.48 7.01 40.63 -
YUV 65.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 111 22 174 0.36 0.87 0 0.32 275.13 0.78 0.38
Hex 6F 16 AE 24 57 0 20 113 4E 26
Octal 157 26 256 44 127 0 40 423 116 46
Binary 1101111 10110 10101110 100100 1010111 0 100000 100010011 1001110 100110

Color Harmonies of #6F16AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F16AE

Black with #6F16AE

Text Example


Text Example

White with #6F16AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,22,174); }

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

background-color css

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

 a { background-color: rgb(111,22,174); }

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

border-color css

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

 span { border-color: rgb(111,22,174); }

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