#6F1B64

Color #6F1B64 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6F1B64

Tints of Palatinate Purple #6F1B64

Color information

#6F1B64 (or 0x6F1B64) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1B and 64. RGB value is (111,27,100). Sum of RGB (Red+Green+Blue) = 111+27+100=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B64 is #90E49B. Grayscale: #3C3C3C. Windows color (decimal): -9495708 or 6560623. OLE color: 6560623.

HSL color Cylindrical-coordinate representation of color #6F1B64: hue angle of 307.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B64 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11127100-
CMYK00.760.100.56
HSL307.86º60.87%27.06%-
HSV(B)307.86º75.68%43.53%-
XYZ9.255.0812.55-
YUV60.44150.33164.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=46.64%
G=11.34%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112710000.760.100.56307.8660.8727.06
Hex6F1B6404CA381343d1b
Octal15733144011412704647533
Binary110111111011110010001001100101011100010011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,27,100); }

 H1.HeaderClassName
 {
   color: #6F1B64;
 }
 .AnyTagClassName
 {
   color: #6F1B64;
 }
</style>
background-color css

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

 a { background-color: rgb(111,27,100); }

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

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

 span { border-color: rgb(111,27,100); }

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