Html Css Color HEX #6F1156 Palatinate Purple

📋 copy color: '#6F1156'

red 111 ◦ green 17 ◦ blue 86

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

Shades of Palatinate Purple #6F1156

Tints of Palatinate Purple #6F1156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 51.87%
G = 7.94%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F1156 (or 0x6F1156) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 56. RGB value is (111,17,86). Sum of RGB (Red+Green+Blue) = 111+17+86=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1156 is #90EEA9. Grayscale: #343434. Windows color (decimal): -9498282 or 5640559. OLE color: 5640559.

HSL color Cylindrical-coordinate representation of color #6F1156: hue angle of 315.96º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1156 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 86 -
CMYK 0 0.85 0.23 0.56
HSL 315.96º 0.73% 0.25% -
HSV(B) 315.96º 0.85% 0.44% -
XYZ 8.44 4.45 9.22 -
YUV 52.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 111 17 86 0 0.85 0.23 0.56 315.96 0.73 0.25
Hex 6F 11 56 0 55 17 38 13C 49 19
Octal 157 21 126 0 125 27 70 474 111 31
Binary 1101111 10001 1010110 0 1010101 10111 111000 100111100 1001001 11001

Color Harmonies of #6F1156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1156

Black with #6F1156

Text Example


Text Example

White with #6F1156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,86); }

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

background-color css

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

 a { background-color: rgb(111,17,86); }

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

border-color css

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

 span { border-color: rgb(111,17,86); }

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