Html Css Color HEX #613261 Palatinate Purple

📋 copy color: '#613261'

red 97 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #613261

Tints of Palatinate Purple #613261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 39.75%
G = 20.49%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613261 (or 0x613261) is known color: Palatinate Purple. HEX triplet: 61, 32 and 61. RGB value is (97,50,97). Sum of RGB (Red+Green+Blue) = 97+50+97=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613261 is #9ECD9E. Grayscale: #454545. Windows color (decimal): -10407327 or 6369889. OLE color: 6369889.

HSL color Cylindrical-coordinate representation of color #613261: hue angle of 300º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613261 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 97 -
CMYK 0 0.48 0 0.62
HSL 300º 0.32% 0.29% -
HSV(B) 300º 0.48% 0.38% -
XYZ 8.23 5.69 11.97 -
YUV 69.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 97 50 97 0 0.48 0 0.62 300 0.32 0.29
Hex 61 32 61 0 30 0 3E 12C 20 1D
Octal 141 62 141 0 60 0 76 454 40 35
Binary 1100001 110010 1100001 0 110000 0 111110 100101100 100000 11101

Color Harmonies of #613261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613261

Black with #613261

Text Example


Text Example

White with #613261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613261; }

 p { color: rgb(97,50,97); }

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

background-color css

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

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

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

border-color css

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

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

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