#611358

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

Shades of Palatinate Purple #611358

Tints of Palatinate Purple #611358

Color information

#611358 (or 0x611358) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 58. RGB value is (97,19,88). Sum of RGB (Red+Green+Blue) = 97+19+88=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611358 is #9EECA7. Grayscale: #313131. Windows color (decimal): -10415272 or 5772129. OLE color: 5772129.

HSL color Cylindrical-coordinate representation of color #611358: hue angle of 306.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611358 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB971988-
CMYK00.800.090.62
HSL306.92º67.24%22.75%-
HSV(B)306.92º80.41%38.04%-
XYZ6.923.719.58-
YUV50.19149.34161.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=47.55%
G=9.31%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97198800.800.090.62306.9267.2422.75
Hex61135805093E1334317
Octal141231300120117646310327
Binary1100001100111011000010100001001111110100110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611358; }

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

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

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

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

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

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

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

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