Html Css Color HEX #610F5F Palatinate Purple

📋 copy color: '#610F5F'

red 97 ◦ green 15 ◦ blue 95

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

Shades of Palatinate Purple #610F5F

Tints of Palatinate Purple #610F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 46.86%
G = 7.25%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#610F5F (or 0x610F5F) is known color: Palatinate Purple. HEX triplet: 61, 0F and 5F. RGB value is (97,15,95). Sum of RGB (Red+Green+Blue) = 97+15+95=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #610F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F5F is #9EF0A0. Grayscale: #303030. Windows color (decimal): -10416289 or 6229857. OLE color: 6229857.

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

Color convert

RGB 97 15 95 -
CMYK 0 0.85 0.02 0.62
HSL 301.46º 0.73% 0.22% -
HSV(B) 301.46º 0.85% 0.38% -
XYZ 7.17 3.71 11.16 -
YUV 48.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 97 15 95 0 0.85 0.02 0.62 301.46 0.73 0.22
Hex 61 F 5F 0 55 2 3E 12D 49 16
Octal 141 17 137 0 125 2 76 455 111 26
Binary 1100001 1111 1011111 0 1010101 10 111110 100101101 1001001 10110

Color Harmonies of #610F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F5F

Black with #610F5F

Text Example


Text Example

White with #610F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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