Html Css Color HEX #610F60 Palatinate Purple

📋 copy color: '#610F60'

red 97 ◦ green 15 ◦ blue 96

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

Shades of Palatinate Purple #610F60

Tints of Palatinate Purple #610F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 46.63%
G = 7.21%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#610F60 (or 0x610F60) is known color: Palatinate Purple. HEX triplet: 61, 0F and 60. RGB value is (97,15,96). Sum of RGB (Red+Green+Blue) = 97+15+96=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #610F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F60 is #9EF09F. Grayscale: #303030. Windows color (decimal): -10416288 or 6295393. OLE color: 6295393.

HSL color Cylindrical-coordinate representation of color #610F60: hue angle of 300.73º 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 #610F60 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 96 -
CMYK 0 0.85 0.01 0.62
HSL 300.73º 0.73% 0.22% -
HSV(B) 300.73º 0.85% 0.38% -
XYZ 7.21 3.73 11.41 -
YUV 48.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 97 15 96 0 0.85 0.01 0.62 300.73 0.73 0.22
Hex 61 F 60 0 55 1 3E 12D 49 16
Octal 141 17 140 0 125 1 76 455 111 26
Binary 1100001 1111 1100000 0 1010101 1 111110 100101101 1001001 10110

Color Harmonies of #610F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F60

Black with #610F60

Text Example


Text Example

White with #610F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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