#613358

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

Shades of Palatinate Purple #613358

Tints of Palatinate Purple #613358

Color information

#613358 (or 0x613358) is unknown color: approx Palatinate Purple. HEX triplet: 61, 33 and 58. RGB value is (97,51,88). Sum of RGB (Red+Green+Blue) = 97+51+88=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613358 is #9ECCA7. Grayscale: #444444. Windows color (decimal): -10407080 or 5780321. OLE color: 5780321.

HSL color Cylindrical-coordinate representation of color #613358: hue angle of 311.74º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613358 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB975188-
CMYK00.470.090.62
HSL311.74º31.08%29.02%-
HSV(B)311.74º47.42%38.04%-
XYZ7.885.619.9-
YUV68.97138.74147.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=41.10%
G=21.61%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97518800.470.090.62311.7431.0829.02
Hex61335802F93E1381f1d
Octal1416313005711764703735
Binary11000011100111011000010111110011111101001110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613358; }

 p { color: rgb(97,51,88); }

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

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

 a { background-color: rgb(97,51,88); }

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

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

 span { border-color: rgb(97,51,88); }

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