#6B0F69

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

Shades of Palatinate Purple #6B0F69

Tints of Palatinate Purple #6B0F69

Color information

#6B0F69 (or 0x6B0F69) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0F and 69. RGB value is (107,15,105). Sum of RGB (Red+Green+Blue) = 107+15+105=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F69 is #94F096. Grayscale: #343434. Windows color (decimal): -9760919 or 6885227. OLE color: 6885227.

HSL color Cylindrical-coordinate representation of color #6B0F69: hue angle of 301.3º 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 #6B0F69 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10715105-
CMYK00.860.020.58
HSL301.3º75.41%23.92%-
HSV(B)301.3º85.98%41.96%-
XYZ8.784.4913.77-
YUV52.77157.48166.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=47.14%
G=6.61%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071510500.860.020.58301.375.4123.92
Hex6BF6905623A12d4b18
Octal15317151012627245511330
Binary1101011111111010010101011010111010100101101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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