#6B035C

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

Shades of Palatinate Purple #6B035C

Tints of Palatinate Purple #6B035C

Color information

#6B035C (or 0x6B035C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 03 and 5C. RGB value is (107,3,92). Sum of RGB (Red+Green+Blue) = 107+3+92=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B035C is #94FCA3. Grayscale: #2B2B2B. Windows color (decimal): -9764004 or 6030187. OLE color: 6030187.

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

Color convert

RGB107392-
CMYK00.970.140.58
HSL308.65º94.55%21.57%-
HSV(B)308.65º97.2%41.96%-
XYZ8.033.9610.47-
YUV44.24154.96172.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.97%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=52.97%
G=1.49%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10739200.970.140.58308.6594.5521.57
Hex6B35C061E3A1355f16
Octal15331340141167246513726
Binary1101011111011100011000011110111010100110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,3,92); }

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

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

 a { background-color: rgb(107,3,92); }

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

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

 span { border-color: rgb(107,3,92); }

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