#6B365A

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

Shades of Palatinate Purple #6B365A

Tints of Palatinate Purple #6B365A

Color information

#6B365A (or 0x6B365A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 36 and 5A. RGB value is (107,54,90). Sum of RGB (Red+Green+Blue) = 107+54+90=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B365A is #94C9A5. Grayscale: #494949. Windows color (decimal): -9750950 or 5912171. OLE color: 5912171.

HSL color Cylindrical-coordinate representation of color #6B365A: hue angle of 319.25º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B365A is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1075490-
CMYK00.500.160.58
HSL319.25º32.92%31.57%-
HSV(B)319.25º49.53%41.96%-
XYZ9.236.510.44-
YUV73.95137.06151.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=42.63%
G=21.51%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107549000.500.160.58319.2532.9231.57
Hex6B365A032103A13f2120
Octal1536613206220724774140
Binary11010111101101011010011001010000111010100111111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,90); }

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

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

 a { background-color: rgb(107,54,90); }

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

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

 span { border-color: rgb(107,54,90); }

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