Html Css Color HEX #6F1076 Purple

📋 copy color: '#6F1076'

red 111 ◦ green 16 ◦ blue 118

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

Shades of Purple #6F1076

Tints of Purple #6F1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 45.31%
G = 6.53%
B = 48.16%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F1076 (or 0x6F1076) is known color: Purple. HEX triplet: 6F, 10 and 76. RGB value is (111,16,118). Sum of RGB (Red+Green+Blue) = 111+16+118=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F1076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1076 is #90EF89. Grayscale: #373737. Windows color (decimal): -9498506 or 7737455. OLE color: 7737455.

HSL color Cylindrical-coordinate representation of color #6F1076: hue angle of 295.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1076 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 16 118 -
CMYK 0.06 0.86 0 0.54
HSL 295.88º 0.76% 0.26% -
HSV(B) 295.88º 0.86% 0.46% -
XYZ 10.01 5.06 17.59 -
YUV 56.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 111 16 118 0.06 0.86 0 0.54 295.88 0.76 0.26
Hex 6F 10 76 6 56 0 36 128 4C 1A
Octal 157 20 166 6 126 0 66 450 114 32
Binary 1101111 10000 1110110 110 1010110 0 110110 100101000 1001100 11010

Color Harmonies of #6F1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1076

Black with #6F1076

Text Example


Text Example

White with #6F1076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,118); }

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

background-color css

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

 a { background-color: rgb(111,16,118); }

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

border-color css

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

 span { border-color: rgb(111,16,118); }

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