#61075B

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

Shades of Palatinate Purple #61075B

Tints of Palatinate Purple #61075B

Color information

#61075B (or 0x61075B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 07 and 5B. RGB value is (97,7,91). Sum of RGB (Red+Green+Blue) = 97+7+91=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61075B is #9EF8A4. Grayscale: #2B2B2B. Windows color (decimal): -10418341 or 5965665. OLE color: 5965665.

HSL color Cylindrical-coordinate representation of color #61075B: hue angle of 304º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61075B is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB97791-
CMYK00.930.060.62
HSL304º86.54%20.39%-
HSV(B)304º92.78%38.04%-
XYZ6.893.4510.2-
YUV43.49154.82166.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=49.74%
G=3.59%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9779100.930.060.6230486.5420.39
Hex6175B05D63E1305714
Octal1417133013567646012724
Binary1100001111101101101011101110111110100110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61075B; }

 p { color: rgb(97,7,91); }

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

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

 a { background-color: rgb(97,7,91); }

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

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

 span { border-color: rgb(97,7,91); }

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