#6B0463

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

Shades of Palatinate Purple #6B0463

Tints of Palatinate Purple #6B0463

Color information

#6B0463 (or 0x6B0463) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 04 and 63. RGB value is (107,4,99). Sum of RGB (Red+Green+Blue) = 107+4+99=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0463 is #94FB9C. Grayscale: #2D2D2D. Windows color (decimal): -9763741 or 6489195. OLE color: 6489195.

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

Color convert

RGB107499-
CMYK00.960.070.58
HSL304.66º92.79%21.76%-
HSV(B)304.66º96.26%41.96%-
XYZ8.364.1112.16-
YUV45.63158.12171.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=50.95%
G=1.90%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10749900.960.070.58304.6692.7921.76
Hex6B46306073A1315d16
Octal1534143014077246113526
Binary1101011100110001101100000111111010100110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,99); }

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

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

 a { background-color: rgb(107,4,99); }

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

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

 span { border-color: rgb(107,4,99); }

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