Html Css Color HEX #610B5E Palatinate Purple

📋 copy color: '#610B5E'

red 97 ◦ green 11 ◦ blue 94

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

Shades of Palatinate Purple #610B5E

Tints of Palatinate Purple #610B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

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

R = 48.02%
G = 5.45%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#610B5E (or 0x610B5E) is known color: Palatinate Purple. HEX triplet: 61, 0B and 5E. RGB value is (97,11,94). Sum of RGB (Red+Green+Blue) = 97+11+94=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #610B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B5E is #9EF4A1. Grayscale: #2D2D2D. Windows color (decimal): -10417314 or 6163297. OLE color: 6163297.

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

Color convert

RGB 97 11 94 -
CMYK 0 0.89 0.03 0.62
HSL 302.09º 0.8% 0.21% -
HSV(B) 302.09º 0.89% 0.38% -
XYZ 7.07 3.59 10.91 -
YUV 46.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 97 11 94 0 0.89 0.03 0.62 302.09 0.8 0.21
Hex 61 B 5E 0 59 3 3E 12E 50 15
Octal 141 13 136 0 131 3 76 456 120 25
Binary 1100001 1011 1011110 0 1011001 11 111110 100101110 1010000 10101

Color Harmonies of #610B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B5E

Black with #610B5E

Text Example


Text Example

White with #610B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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