Html Css Color HEX #613060 Palatinate Purple

📋 copy color: '#613060'

red 97 ◦ green 48 ◦ blue 96

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

Shades of Palatinate Purple #613060

Tints of Palatinate Purple #613060

RGB

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

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

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

R = 40.25%
G = 19.92%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613060 (or 0x613060) is known color: Palatinate Purple. HEX triplet: 61, 30 and 60. RGB value is (97,48,96). Sum of RGB (Red+Green+Blue) = 97+48+96=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #613060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613060 is #9ECF9F. Grayscale: #434343. Windows color (decimal): -10407840 or 6303841. OLE color: 6303841.

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

Color convert

RGB 97 48 96 -
CMYK 0 0.51 0.01 0.62
HSL 301.22º 0.34% 0.28% -
HSV(B) 301.22º 0.51% 0.38% -
XYZ 8.1 5.5 11.7 -
YUV 68.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 97 48 96 0 0.51 0.01 0.62 301.22 0.34 0.28
Hex 61 30 60 0 33 1 3E 12D 22 1C
Octal 141 60 140 0 63 1 76 455 42 34
Binary 1100001 110000 1100000 0 110011 1 111110 100101101 100010 11100

Color Harmonies of #613060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613060

Black with #613060

Text Example


Text Example

White with #613060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613060; }

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

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

background-color css

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

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

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

border-color css

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

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

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