#6B225A

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

Shades of Palatinate Purple #6B225A

Tints of Palatinate Purple #6B225A

Color information

#6B225A (or 0x6B225A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 22 and 5A. RGB value is (107,34,90). Sum of RGB (Red+Green+Blue) = 107+34+90=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B225A is #94DDA5. Grayscale: #3E3E3E. Windows color (decimal): -9756070 or 5907051. OLE color: 5907051.

HSL color Cylindrical-coordinate representation of color #6B225A: hue angle of 313.97º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B225A is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1073490-
CMYK00.680.160.58
HSL313.97º51.77%27.65%-
HSV(B)313.97º68.22%41.96%-
XYZ8.485.0110.19-
YUV62.21143.68159.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=46.32%
G=14.72%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107349000.680.160.58313.9751.7727.65
Hex6B225A044103A13a341c
Octal15342132010420724726434
Binary11010111000101011010010001001000011101010011101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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