Html Css Color HEX #613556 Palatinate Purple

📋 copy color: '#613556'

red 97 ◦ green 53 ◦ blue 86

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

Shades of Palatinate Purple #613556

Tints of Palatinate Purple #613556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 41.1%
G = 22.46%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#613556 (or 0x613556) is known color: Palatinate Purple. HEX triplet: 61, 35 and 56. RGB value is (97,53,86). Sum of RGB (Red+Green+Blue) = 97+53+86=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613556 is #9ECAA9. Grayscale: #454545. Windows color (decimal): -10406570 or 5649761. OLE color: 5649761.

HSL color Cylindrical-coordinate representation of color #613556: hue angle of 315º 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 #613556 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 86 -
CMYK 0 0.45 0.11 0.62
HSL 315º 0.29% 0.29% -
HSV(B) 315º 0.45% 0.38% -
XYZ 7.88 5.76 9.5 -
YUV 69.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 97 53 86 0 0.45 0.11 0.62 315 0.29 0.29
Hex 61 35 56 0 2D B 3E 13B 1D 1D
Octal 141 65 126 0 55 13 76 473 35 35
Binary 1100001 110101 1010110 0 101101 1011 111110 100111011 11101 11101

Color Harmonies of #613556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613556

Black with #613556

Text Example


Text Example

White with #613556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613556; }

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

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

background-color css

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

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

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

border-color css

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

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

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