#61056E

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

Shades of Purple #61056E

Tints of Purple #61056E

Color information

#61056E (or 0x61056E) is unknown color: approx Purple. HEX triplet: 61, 05 and 6E. RGB value is (97,5,110). Sum of RGB (Red+Green+Blue) = 97+5+110=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #61056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61056E is #9EFA91. Grayscale: #2C2C2C. Windows color (decimal): -10418834 or 7210337. OLE color: 7210337.

HSL color Cylindrical-coordinate representation of color #61056E: hue angle of 292.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61056E is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB975110-
CMYK0.120.9500.57
HSL292.57º91.3%22.55%-
HSV(B)292.57º95.45%43.14%-
XYZ7.83.7815.07-
YUV44.48164.98165.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=45.75%
G=2.36%
B=51.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9751100.120.9500.57292.5791.322.55
Hex6156EC5F0391255b17
Octal14151561413707144513327
Binary11000011011101110110010111110111001100100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,5,110); }

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

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

 a { background-color: rgb(97,5,110); }

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

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

 span { border-color: rgb(97,5,110); }

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