#6B095E

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

Shades of Palatinate Purple #6B095E

Tints of Palatinate Purple #6B095E

Color information

#6B095E (or 0x6B095E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 09 and 5E. RGB value is (107,9,94). Sum of RGB (Red+Green+Blue) = 107+9+94=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B095E is #94F6A1. Grayscale: #2F2F2F. Windows color (decimal): -9762466 or 6162795. OLE color: 6162795.

HSL color Cylindrical-coordinate representation of color #6B095E: hue angle of 307.96º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B095E is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB107994-
CMYK00.920.120.58
HSL307.96º84.48%22.75%-
HSV(B)307.96º91.59%41.96%-
XYZ8.184.1310.96-
YUV47.99153.97170.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=50.95%
G=4.29%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10799400.920.120.58307.9684.4822.75
Hex6B95E05CC3A1345417
Octal153111360134147246412427
Binary110101110011011110010111001100111010100110100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,9,94); }

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

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

 a { background-color: rgb(107,9,94); }

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

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

 span { border-color: rgb(107,9,94); }

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