Html Css Color HEX #6F1656 Palatinate Purple

📋 copy color: '#6F1656'

red 111 ◦ green 22 ◦ blue 86

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

Shades of Palatinate Purple #6F1656

Tints of Palatinate Purple #6F1656

RGB

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

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

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

R = 50.68%
G = 10.05%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F1656 (or 0x6F1656) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 56. RGB value is (111,22,86). Sum of RGB (Red+Green+Blue) = 111+22+86=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1656 is #90E9A9. Grayscale: #373737. Windows color (decimal): -9497002 or 5641839. OLE color: 5641839.

HSL color Cylindrical-coordinate representation of color #6F1656: hue angle of 316.85º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1656 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 86 -
CMYK 0 0.80 0.23 0.56
HSL 316.85º 0.67% 0.26% -
HSV(B) 316.85º 0.8% 0.44% -
XYZ 8.52 4.63 9.25 -
YUV 55.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 111 22 86 0 0.80 0.23 0.56 316.85 0.67 0.26
Hex 6F 16 56 0 50 17 38 13D 43 1A
Octal 157 26 126 0 120 27 70 475 103 32
Binary 1101111 10110 1010110 0 1010000 10111 111000 100111101 1000011 11010

Color Harmonies of #6F1656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1656

Black with #6F1656

Text Example


Text Example

White with #6F1656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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