Html Css Color HEX #613560 Palatinate Purple

📋 copy color: '#613560'

red 97 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #613560

Tints of Palatinate Purple #613560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 39.43%
G = 21.54%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613560 (or 0x613560) is known color: Palatinate Purple. HEX triplet: 61, 35 and 60. RGB value is (97,53,96). Sum of RGB (Red+Green+Blue) = 97+53+96=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #613560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613560 is #9ECA9F. Grayscale: #464646. Windows color (decimal): -10406560 or 6305121. OLE color: 6305121.

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

Color convert

RGB 97 53 96 -
CMYK 0 0.45 0.01 0.62
HSL 301.36º 0.29% 0.29% -
HSV(B) 301.36º 0.45% 0.38% -
XYZ 8.31 5.93 11.77 -
YUV 71.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 97 53 96 0 0.45 0.01 0.62 301.36 0.29 0.29
Hex 61 35 60 0 2D 1 3E 12D 1D 1D
Octal 141 65 140 0 55 1 76 455 35 35
Binary 1100001 110101 1100000 0 101101 1 111110 100101101 11101 11101

Color Harmonies of #613560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613560

Black with #613560

Text Example


Text Example

White with #613560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613560; }

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

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

background-color css

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

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

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

border-color css

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

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

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