Html Css Color HEX #610F57 Palatinate Purple

📋 copy color: '#610F57'

red 97 ◦ green 15 ◦ blue 87

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

Shades of Palatinate Purple #610F57

Tints of Palatinate Purple #610F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.54%

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

R = 48.74%
G = 7.54%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#610F57 (or 0x610F57) is known color: Palatinate Purple. HEX triplet: 61, 0F and 57. RGB value is (97,15,87). Sum of RGB (Red+Green+Blue) = 97+15+87=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #610F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F57 is #9EF0A8. Grayscale: #2F2F2F. Windows color (decimal): -10416297 or 5705569. OLE color: 5705569.

HSL color Cylindrical-coordinate representation of color #610F57: hue angle of 307.32º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F57 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 87 -
CMYK 0 0.85 0.10 0.62
HSL 307.32º 0.73% 0.22% -
HSV(B) 307.32º 0.85% 0.38% -
XYZ 6.82 3.57 9.35 -
YUV 47.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 97 15 87 0 0.85 0.10 0.62 307.32 0.73 0.22
Hex 61 F 57 0 55 A 3E 133 49 16
Octal 141 17 127 0 125 12 76 463 111 26
Binary 1100001 1111 1010111 0 1010101 1010 111110 100110011 1001001 10110

Color Harmonies of #610F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F57

Black with #610F57

Text Example


Text Example

White with #610F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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