Html Css Color HEX #610D5F Palatinate Purple

📋 copy color: '#610D5F'

red 97 ◦ green 13 ◦ blue 95

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

Shades of Palatinate Purple #610D5F

Tints of Palatinate Purple #610D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.34%

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

R = 47.32%
G = 6.34%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#610D5F (or 0x610D5F) is known color: Palatinate Purple. HEX triplet: 61, 0D and 5F. RGB value is (97,13,95). Sum of RGB (Red+Green+Blue) = 97+13+95=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #610D5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D5F is #9EF2A0. Grayscale: #2F2F2F. Windows color (decimal): -10416801 or 6229345. OLE color: 6229345.

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

Color convert

RGB 97 13 95 -
CMYK 0 0.87 0.02 0.62
HSL 301.43º 0.76% 0.22% -
HSV(B) 301.43º 0.87% 0.38% -
XYZ 7.14 3.66 11.16 -
YUV 47.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 97 13 95 0 0.87 0.02 0.62 301.43 0.76 0.22
Hex 61 D 5F 0 57 2 3E 12D 4C 16
Octal 141 15 137 0 127 2 76 455 114 26
Binary 1100001 1101 1011111 0 1010111 10 111110 100101101 1001100 10110

Color Harmonies of #610D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D5F

Black with #610D5F

Text Example


Text Example

White with #610D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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