Html Css Color HEX #610F5E Palatinate Purple

📋 copy color: '#610F5E'

red 97 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #610F5E

Tints of Palatinate Purple #610F5E

RGB

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

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

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

R = 47.09%
G = 7.28%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#610F5E (or 0x610F5E) is known color: Palatinate Purple. HEX triplet: 61, 0F and 5E. RGB value is (97,15,94). Sum of RGB (Red+Green+Blue) = 97+15+94=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #610F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F5E is #9EF0A1. Grayscale: #303030. Windows color (decimal): -10416290 or 6164321. OLE color: 6164321.

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

Color convert

RGB 97 15 94 -
CMYK 0 0.85 0.03 0.62
HSL 302.2º 0.73% 0.22% -
HSV(B) 302.2º 0.85% 0.38% -
XYZ 7.12 3.69 10.93 -
YUV 48.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 97 15 94 0 0.85 0.03 0.62 302.2 0.73 0.22
Hex 61 F 5E 0 55 3 3E 12E 49 16
Octal 141 17 136 0 125 3 76 456 111 26
Binary 1100001 1111 1011110 0 1010101 11 111110 100101110 1001001 10110

Color Harmonies of #610F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F5E

Black with #610F5E

Text Example


Text Example

White with #610F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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