Html Css Color HEX #613860 Palatinate Purple

📋 copy color: '#613860'

red 97 ◦ green 56 ◦ blue 96

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

Shades of Palatinate Purple #613860

Tints of Palatinate Purple #613860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 38.96%
G = 22.49%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613860 (or 0x613860) is known color: Palatinate Purple. HEX triplet: 61, 38 and 60. RGB value is (97,56,96). Sum of RGB (Red+Green+Blue) = 97+56+96=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #613860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613860 is #9EC79F. Grayscale: #484848. Windows color (decimal): -10405792 or 6305889. OLE color: 6305889.

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

Color convert

RGB 97 56 96 -
CMYK 0 0.42 0.01 0.62
HSL 301.46º 0.27% 0.3% -
HSV(B) 301.46º 0.42% 0.38% -
XYZ 8.46 6.21 11.82 -
YUV 72.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 97 56 96 0 0.42 0.01 0.62 301.46 0.27 0.3
Hex 61 38 60 0 2A 1 3E 12D 1B 1E
Octal 141 70 140 0 52 1 76 455 33 36
Binary 1100001 111000 1100000 0 101010 1 111110 100101101 11011 11110

Color Harmonies of #613860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613860

Black with #613860

Text Example


Text Example

White with #613860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613860; }

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

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

background-color css

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

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

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

border-color css

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

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

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