Html Css Color HEX #613660 Palatinate Purple

📋 copy color: '#613660'

red 97 ◦ green 54 ◦ blue 96

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

Shades of Palatinate Purple #613660

Tints of Palatinate Purple #613660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 39.27%
G = 21.86%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613660 (or 0x613660) is known color: Palatinate Purple. HEX triplet: 61, 36 and 60. RGB value is (97,54,96). Sum of RGB (Red+Green+Blue) = 97+54+96=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #613660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613660 is #9EC99F. Grayscale: #474747. Windows color (decimal): -10406304 or 6305377. OLE color: 6305377.

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

Color convert

RGB 97 54 96 -
CMYK 0 0.44 0.01 0.62
HSL 301.4º 0.28% 0.3% -
HSV(B) 301.4º 0.44% 0.38% -
XYZ 8.36 6.02 11.79 -
YUV 71.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 97 54 96 0 0.44 0.01 0.62 301.4 0.28 0.3
Hex 61 36 60 0 2C 1 3E 12D 1C 1E
Octal 141 66 140 0 54 1 76 455 34 36
Binary 1100001 110110 1100000 0 101100 1 111110 100101101 11100 11110

Color Harmonies of #613660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613660

Black with #613660

Text Example


Text Example

White with #613660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613660; }

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

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

background-color css

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

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

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

border-color css

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

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

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