Html Css Color HEX #613160 Palatinate Purple

📋 copy color: '#613160'

red 97 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #613160

Tints of Palatinate Purple #613160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 40.08%
G = 20.25%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613160 (or 0x613160) is known color: Palatinate Purple. HEX triplet: 61, 31 and 60. RGB value is (97,49,96). Sum of RGB (Red+Green+Blue) = 97+49+96=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613160 is #9ECE9F. Grayscale: #444444. Windows color (decimal): -10407584 or 6304097. OLE color: 6304097.

HSL color Cylindrical-coordinate representation of color #613160: hue angle of 301.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613160 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 96 -
CMYK 0 0.49 0.01 0.62
HSL 301.25º 0.33% 0.29% -
HSV(B) 301.25º 0.49% 0.38% -
XYZ 8.14 5.58 11.71 -
YUV 68.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 97 49 96 0 0.49 0.01 0.62 301.25 0.33 0.29
Hex 61 31 60 0 31 1 3E 12D 21 1D
Octal 141 61 140 0 61 1 76 455 41 35
Binary 1100001 110001 1100000 0 110001 1 111110 100101101 100001 11101

Color Harmonies of #613160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613160

Black with #613160

Text Example


Text Example

White with #613160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613160; }

 p { color: rgb(97,49,96); }

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

background-color css

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

 a { background-color: rgb(97,49,96); }

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

border-color css

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

 span { border-color: rgb(97,49,96); }

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