Html Css Color HEX #613051 Palatinate Purple

📋 copy color: '#613051'

red 97 ◦ green 48 ◦ blue 81

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

Shades of Palatinate Purple #613051

Tints of Palatinate Purple #613051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 42.92%
G = 21.24%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613051 (or 0x613051) is known color: Palatinate Purple. HEX triplet: 61, 30 and 51. RGB value is (97,48,81). Sum of RGB (Red+Green+Blue) = 97+48+81=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #613051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613051 is #9ECFAE. Grayscale: #424242. Windows color (decimal): -10407855 or 5320801. OLE color: 5320801.

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

Color convert

RGB 97 48 81 -
CMYK 0 0.51 0.16 0.62
HSL 319.59º 0.34% 0.28% -
HSV(B) 319.59º 0.51% 0.38% -
XYZ 7.47 5.25 8.4 -
YUV 66.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 97 48 81 0 0.51 0.16 0.62 319.59 0.34 0.28
Hex 61 30 51 0 33 10 3E 140 22 1C
Octal 141 60 121 0 63 20 76 500 42 34
Binary 1100001 110000 1010001 0 110011 10000 111110 101000000 100010 11100

Color Harmonies of #613051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613051

Black with #613051

Text Example


Text Example

White with #613051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613051; }

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

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

background-color css

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

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

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

border-color css

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

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

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