#6B0F58

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

Shades of Palatinate Purple #6B0F58

Tints of Palatinate Purple #6B0F58

Color information

#6B0F58 (or 0x6B0F58) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0F and 58. RGB value is (107,15,88). Sum of RGB (Red+Green+Blue) = 107+15+88=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F58 is #94F0A7. Grayscale: #323232. Windows color (decimal): -9760936 or 5771115. OLE color: 5771115.

HSL color Cylindrical-coordinate representation of color #6B0F58: hue angle of 312.39º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F58 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1071588-
CMYK00.860.180.58
HSL312.39º75.41%23.92%-
HSV(B)312.39º85.98%41.96%-
XYZ84.179.62-
YUV50.83148.98168.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=50.95%
G=7.14%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107158800.860.180.58312.3975.4123.92
Hex6BF58056123A1384b18
Octal153171300126227247011330
Binary1101011111110110000101011010010111010100111000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,15,88); }

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

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

 a { background-color: rgb(107,15,88); }

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

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

 span { border-color: rgb(107,15,88); }

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