Html Css Color HEX #610C5E Palatinate Purple

📋 copy color: '#610C5E'

red 97 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #610C5E

Tints of Palatinate Purple #610C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 47.78%
G = 5.91%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#610C5E (or 0x610C5E) is known color: Palatinate Purple. HEX triplet: 61, 0C and 5E. RGB value is (97,12,94). Sum of RGB (Red+Green+Blue) = 97+12+94=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #610C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C5E is #9EF3A1. Grayscale: #2E2E2E. Windows color (decimal): -10417058 or 6163553. OLE color: 6163553.

HSL color Cylindrical-coordinate representation of color #610C5E: hue angle of 302.12º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C5E is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 94 -
CMYK 0 0.88 0.03 0.62
HSL 302.12º 0.78% 0.21% -
HSV(B) 302.12º 0.88% 0.38% -
XYZ 7.08 3.61 10.91 -
YUV 46.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 97 12 94 0 0.88 0.03 0.62 302.12 0.78 0.21
Hex 61 C 5E 0 58 3 3E 12E 4E 15
Octal 141 14 136 0 130 3 76 456 116 25
Binary 1100001 1100 1011110 0 1011000 11 111110 100101110 1001110 10101

Color Harmonies of #610C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C5E

Black with #610C5E

Text Example


Text Example

White with #610C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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