Html Css Color HEX #610D5E Palatinate Purple

📋 copy color: '#610D5E'

red 97 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #610D5E

Tints of Palatinate Purple #610D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.08%

R = 47.55%
G = 6.37%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#610D5E (or 0x610D5E) is known color: Palatinate Purple. HEX triplet: 61, 0D and 5E. RGB value is (97,13,94). Sum of RGB (Red+Green+Blue) = 97+13+94=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #610D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D5E is #9EF2A1. Grayscale: #2F2F2F. Windows color (decimal): -10416802 or 6163809. OLE color: 6163809.

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

Color convert

RGB 97 13 94 -
CMYK 0 0.87 0.03 0.62
HSL 302.14º 0.76% 0.22% -
HSV(B) 302.14º 0.87% 0.38% -
XYZ 7.09 3.64 10.92 -
YUV 47.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 97 13 94 0 0.87 0.03 0.62 302.14 0.76 0.22
Hex 61 D 5E 0 57 3 3E 12E 4C 16
Octal 141 15 136 0 127 3 76 456 114 26
Binary 1100001 1101 1011110 0 1010111 11 111110 100101110 1001100 10110

Color Harmonies of #610D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D5E

Black with #610D5E

Text Example


Text Example

White with #610D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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