Html Css Color HEX #613659 Palatinate Purple

📋 copy color: '#613659'

red 97 ◦ green 54 ◦ blue 89

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

Shades of Palatinate Purple #613659

Tints of Palatinate Purple #613659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 40.42%
G = 22.5%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#613659 (or 0x613659) is known color: Palatinate Purple. HEX triplet: 61, 36 and 59. RGB value is (97,54,89). Sum of RGB (Red+Green+Blue) = 97+54+89=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613659 is #9EC9A6. Grayscale: #464646. Windows color (decimal): -10406311 or 5846625. OLE color: 5846625.

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

Color convert

RGB 97 54 89 -
CMYK 0 0.44 0.08 0.62
HSL 311.16º 0.28% 0.3% -
HSV(B) 311.16º 0.44% 0.38% -
XYZ 8.05 5.9 10.17 -
YUV 70.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 97 54 89 0 0.44 0.08 0.62 311.16 0.28 0.3
Hex 61 36 59 0 2C 8 3E 137 1C 1E
Octal 141 66 131 0 54 10 76 467 34 36
Binary 1100001 110110 1011001 0 101100 1000 111110 100110111 11100 11110

Color Harmonies of #613659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613659

Black with #613659

Text Example


Text Example

White with #613659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613659; }

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

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

background-color css

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

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

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

border-color css

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

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

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