#6B0B65

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

Shades of Palatinate Purple #6B0B65

Tints of Palatinate Purple #6B0B65

Color information

#6B0B65 (or 0x6B0B65) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0B and 65. RGB value is (107,11,101). Sum of RGB (Red+Green+Blue) = 107+11+101=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B65 is #94F49A. Grayscale: #313131. Windows color (decimal): -9761947 or 6622059. OLE color: 6622059.

HSL color Cylindrical-coordinate representation of color #6B0B65: hue angle of 303.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B65 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10711101-
CMYK00.900.060.58
HSL303.75º81.36%23.14%-
HSV(B)303.75º89.72%41.96%-
XYZ8.534.312.69-
YUV49.96156.8168.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=48.86%
G=5.02%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071110100.900.060.58303.7581.3623.14
Hex6BB6505A63A1305117
Octal15313145013267246012127
Binary11010111011110010101011010110111010100110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,101); }

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

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

 a { background-color: rgb(107,11,101); }

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

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

 span { border-color: rgb(107,11,101); }

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