Html Css Color HEX #610457 Palatinate Purple

📋 copy color: '#610457'

red 97 ◦ green 4 ◦ blue 87

#610457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #610457

Tints of Palatinate Purple #610457

RGB

 RED value IS 97 (38.28% from 255) = 51.6%

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 87 (34.38% from 255) = 46.28%

R = 51.6%
G = 2.13%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#610457 (or 0x610457) is known color: Palatinate Purple. HEX triplet: 61, 04 and 57. RGB value is (97,4,87). Sum of RGB (Red+Green+Blue) = 97+4+87=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #610457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610457 is #9EFBA8. Grayscale: #292929. Windows color (decimal): -10419113 or 5702753. OLE color: 5702753.

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

Color convert

RGB 97 4 87 -
CMYK 0 0.96 0.10 0.62
HSL 306.45º 0.92% 0.2% -
HSV(B) 306.45º 0.96% 0.38% -
XYZ 6.69 3.32 9.3 -
YUV 41.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 97 4 87 0 0.96 0.10 0.62 306.45 0.92 0.2
Hex 61 4 57 0 60 A 3E 132 5C 14
Octal 141 4 127 0 140 12 76 462 134 24
Binary 1100001 100 1010111 0 1100000 1010 111110 100110010 1011100 10100

Color Harmonies of #610457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610457

Black with #610457

Text Example


Text Example

White with #610457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610457; }

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

 H1.HeaderClassName
 {
   color: #610457;
 }
 .AnyTagClassName
 {
   color: #610457;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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