Html Css Color HEX #6F1576 Purple

📋 copy color: '#6F1576'

red 111 ◦ green 21 ◦ blue 118

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

Shades of Purple #6F1576

Tints of Purple #6F1576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 44.4%
G = 8.4%
B = 47.2%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F1576 (or 0x6F1576) is known color: Purple. HEX triplet: 6F, 15 and 76. RGB value is (111,21,118). Sum of RGB (Red+Green+Blue) = 111+21+118=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F1576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1576 is #90EA89. Grayscale: #3A3A3A. Windows color (decimal): -9497226 or 7738735. OLE color: 7738735.

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

Color convert

RGB 111 21 118 -
CMYK 0.06 0.82 0 0.54
HSL 295.67º 0.7% 0.27% -
HSV(B) 295.67º 0.82% 0.46% -
XYZ 10.09 5.22 17.62 -
YUV 58.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 111 21 118 0.06 0.82 0 0.54 295.67 0.7 0.27
Hex 6F 15 76 6 52 0 36 128 46 1B
Octal 157 25 166 6 122 0 66 450 106 33
Binary 1101111 10101 1110110 110 1010010 0 110110 100101000 1000110 11011

Color Harmonies of #6F1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1576

Black with #6F1576

Text Example


Text Example

White with #6F1576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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