#613058

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

Shades of Palatinate Purple #613058

Tints of Palatinate Purple #613058

Color information

#613058 (or 0x613058) is unknown color: approx Palatinate Purple. HEX triplet: 61, 30 and 58. RGB value is (97,48,88). Sum of RGB (Red+Green+Blue) = 97+48+88=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613058 is #9ECFA7. Grayscale: #434343. Windows color (decimal): -10407848 or 5779553. OLE color: 5779553.

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

Color convert

RGB974888-
CMYK00.510.090.62
HSL311.02º33.79%28.43%-
HSV(B)311.02º50.52%38.04%-
XYZ7.755.369.86-
YUV67.21139.73149.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=41.63%
G=20.60%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97488800.510.090.62311.0233.7928.43
Hex61305803393E137221c
Octal1416013006311764674234
Binary110000111000010110000110011100111111010011011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613058; }

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

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

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

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

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

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

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

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