Html Css Color HEX #6F1556 Palatinate Purple

📋 copy color: '#6F1556'

red 111 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #6F1556

Tints of Palatinate Purple #6F1556

RGB

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

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

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

R = 50.92%
G = 9.63%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F1556 (or 0x6F1556) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 56. RGB value is (111,21,86). Sum of RGB (Red+Green+Blue) = 111+21+86=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1556 is #90EAA9. Grayscale: #373737. Windows color (decimal): -9497258 or 5641583. OLE color: 5641583.

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

Color convert

RGB 111 21 86 -
CMYK 0 0.81 0.23 0.56
HSL 316.67º 0.68% 0.26% -
HSV(B) 316.67º 0.81% 0.44% -
XYZ 8.5 4.59 9.24 -
YUV 55.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 111 21 86 0 0.81 0.23 0.56 316.67 0.68 0.26
Hex 6F 15 56 0 51 17 38 13D 44 1A
Octal 157 25 126 0 121 27 70 475 104 32
Binary 1101111 10101 1010110 0 1010001 10111 111000 100111101 1000100 11010

Color Harmonies of #6F1556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1556

Black with #6F1556

Text Example


Text Example

White with #6F1556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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