#6F1D55

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

Shades of Palatinate Purple #6F1D55

Tints of Palatinate Purple #6F1D55

Color information

#6F1D55 (or 0x6F1D55) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1D and 55. RGB value is (111,29,85). Sum of RGB (Red+Green+Blue) = 111+29+85=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D55 is #90E2AA. Grayscale: #3B3B3B. Windows color (decimal): -9495211 or 5578095. OLE color: 5578095.

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

Color convert

RGB1112985-
CMYK00.740.230.56
HSL319.02º58.57%27.45%-
HSV(B)319.02º73.87%43.53%-
XYZ8.634.919.09-
YUV59.9142.17164.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=49.33%
G=12.89%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111298500.740.230.56319.0258.5727.45
Hex6F1D5504A173813f3b1b
Octal15735125011227704777333
Binary1101111111011010101010010101011111100010011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,85); }

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

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

 a { background-color: rgb(111,29,85); }

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

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

 span { border-color: rgb(111,29,85); }

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