Html Css Color HEX #610B5F Palatinate Purple

📋 copy color: '#610B5F'

red 97 ◦ green 11 ◦ blue 95

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

Shades of Palatinate Purple #610B5F

Tints of Palatinate Purple #610B5F

RGB

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

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

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

R = 47.78%
G = 5.42%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#610B5F (or 0x610B5F) is known color: Palatinate Purple. HEX triplet: 61, 0B and 5F. RGB value is (97,11,95). Sum of RGB (Red+Green+Blue) = 97+11+95=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #610B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B5F is #9EF4A0. Grayscale: #2E2E2E. Windows color (decimal): -10417313 or 6228833. OLE color: 6228833.

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

Color convert

RGB 97 11 95 -
CMYK 0 0.89 0.02 0.62
HSL 301.4º 0.8% 0.21% -
HSV(B) 301.4º 0.89% 0.38% -
XYZ 7.11 3.61 11.15 -
YUV 46.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 97 11 95 0 0.89 0.02 0.62 301.4 0.8 0.21
Hex 61 B 5F 0 59 2 3E 12D 50 15
Octal 141 13 137 0 131 2 76 455 120 25
Binary 1100001 1011 1011111 0 1011001 10 111110 100101101 1010000 10101

Color Harmonies of #610B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B5F

Black with #610B5F

Text Example


Text Example

White with #610B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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