Html Css Color HEX #6F1057 Palatinate Purple

📋 copy color: '#6F1057'

red 111 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #6F1057

Tints of Palatinate Purple #6F1057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.65%

R = 51.87%
G = 7.48%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F1057 (or 0x6F1057) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 57. RGB value is (111,16,87). Sum of RGB (Red+Green+Blue) = 111+16+87=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1057 is #90EFA8. Grayscale: #343434. Windows color (decimal): -9498537 or 5705839. OLE color: 5705839.

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

Color convert

RGB 111 16 87 -
CMYK 0 0.86 0.22 0.56
HSL 315.16º 0.75% 0.25% -
HSV(B) 315.16º 0.86% 0.44% -
XYZ 8.46 4.44 9.43 -
YUV 52.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 111 16 87 0 0.86 0.22 0.56 315.16 0.75 0.25
Hex 6F 10 57 0 56 16 38 13B 4B 19
Octal 157 20 127 0 126 26 70 473 113 31
Binary 1101111 10000 1010111 0 1010110 10110 111000 100111011 1001011 11001

Color Harmonies of #6F1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1057

Black with #6F1057

Text Example


Text Example

White with #6F1057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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