#6F045B

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

Shades of Palatinate Purple #6F045B

Tints of Palatinate Purple #6F045B

Color information

#6F045B (or 0x6F045B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 04 and 5B. RGB value is (111,4,91). Sum of RGB (Red+Green+Blue) = 111+4+91=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F045B is #90FBA4. Grayscale: #2D2D2D. Windows color (decimal): -9501605 or 5964911. OLE color: 5964911.

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

Color convert

RGB111491-
CMYK00.960.180.56
HSL311.21º93.04%22.55%-
HSV(B)311.21º96.4%43.53%-
XYZ8.494.2210.27-
YUV45.91153.45174.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=53.88%
G=1.94%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11149100.960.180.56311.2193.0422.55
Hex6F45B06012381375d17
Octal15741330140227046713527
Binary110111110010110110110000010010111000100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,91); }

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

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

 a { background-color: rgb(111,4,91); }

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

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

 span { border-color: rgb(111,4,91); }

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