#61095E

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

Shades of Palatinate Purple #61095E

Tints of Palatinate Purple #61095E

Color information

#61095E (or 0x61095E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 5E. RGB value is (97,9,94). Sum of RGB (Red+Green+Blue) = 97+9+94=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #61095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61095E is #9EF6A1. Grayscale: #2C2C2C. Windows color (decimal): -10417826 or 6162785. OLE color: 6162785.

HSL color Cylindrical-coordinate representation of color #61095E: hue angle of 302.05º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61095E is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB97994-
CMYK00.910.030.62
HSL302.05º83.02%20.78%-
HSV(B)302.05º90.72%38.04%-
XYZ7.053.5410.9-
YUV45155.65165.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 94 (37.11% from 255) = 47%
R=48.5%
G=4.5%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9799400.910.030.62302.0583.0220.78
Hex6195E05B33E12e5315
Octal14111136013337645612325
Binary1100001100110111100101101111111110100101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61095E; }

 p { color: rgb(97,9,94); }

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

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

 a { background-color: rgb(97,9,94); }

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

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

 span { border-color: rgb(97,9,94); }

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