#6B0765

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

Shades of Palatinate Purple #6B0765

Tints of Palatinate Purple #6B0765

Color information

#6B0765 (or 0x6B0765) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 07 and 65. RGB value is (107,7,101). Sum of RGB (Red+Green+Blue) = 107+7+101=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0765 is #94F89A. Grayscale: #2F2F2F. Windows color (decimal): -9762971 or 6621035. OLE color: 6621035.

HSL color Cylindrical-coordinate representation of color #6B0765: hue angle of 303.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0765 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB1077101-
CMYK00.930.060.58
HSL303.6º87.72%22.35%-
HSV(B)303.6º93.46%41.96%-
XYZ8.494.2212.68-
YUV47.62158.13170.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=49.77%
G=3.26%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107710100.930.060.58303.687.7222.35
Hex6B76505D63A1305816
Octal1537145013567246013026
Binary1101011111110010101011101110111010100110000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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