#610464

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

Shades of Palatinate Purple #610464

Tints of Palatinate Purple #610464

Color information

#610464 (or 0x610464) is unknown color: approx Palatinate Purple. HEX triplet: 61, 04 and 64. RGB value is (97,4,100). Sum of RGB (Red+Green+Blue) = 97+4+100=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #610464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610464 is #9EFB9B. Grayscale: #2A2A2A. Windows color (decimal): -10419100 or 6554721. OLE color: 6554721.

HSL color Cylindrical-coordinate representation of color #610464: hue angle of 298.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610464 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB974100-
CMYK0.030.9600.61
HSL298.12º92.31%20.39%-
HSV(B)298.12º96%39.22%-
XYZ7.273.5512.36-
YUV42.75160.31166.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 100 (39.45% from 255) = 49.75%
R=48.26%
G=1.99%
B=49.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9741000.030.9600.61298.1292.3120.39
Hex6146436003D12a5c14
Octal1414144314007545213424
Binary110000110011001001111000000111101100101010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610464; }

 p { color: rgb(97,4,100); }

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

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

 a { background-color: rgb(97,4,100); }

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

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

 span { border-color: rgb(97,4,100); }

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