Html Css Color HEX #613059 Palatinate Purple

📋 copy color: '#613059'

red 97 ◦ green 48 ◦ blue 89

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

Shades of Palatinate Purple #613059

Tints of Palatinate Purple #613059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 41.45%
G = 20.51%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#613059 (or 0x613059) is known color: Palatinate Purple. HEX triplet: 61, 30 and 59. RGB value is (97,48,89). Sum of RGB (Red+Green+Blue) = 97+48+89=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613059 is #9ECFA6. Grayscale: #434343. Windows color (decimal): -10407847 or 5845089. OLE color: 5845089.

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

Color convert

RGB 97 48 89 -
CMYK 0 0.51 0.08 0.62
HSL 309.8º 0.34% 0.28% -
HSV(B) 309.8º 0.51% 0.38% -
XYZ 7.79 5.38 10.08 -
YUV 67.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 97 48 89 0 0.51 0.08 0.62 309.8 0.34 0.28
Hex 61 30 59 0 33 8 3E 136 22 1C
Octal 141 60 131 0 63 10 76 466 42 34
Binary 1100001 110000 1011001 0 110011 1000 111110 100110110 100010 11100

Color Harmonies of #613059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613059

Black with #613059

Text Example


Text Example

White with #613059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613059; }

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

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

background-color css

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

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

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

border-color css

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

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

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