Html Css Color HEX #613260 Palatinate Purple

📋 copy color: '#613260'

red 97 ◦ green 50 ◦ blue 96

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

Shades of Palatinate Purple #613260

Tints of Palatinate Purple #613260

RGB

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

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

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

R = 39.92%
G = 20.58%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613260 (or 0x613260) is known color: Palatinate Purple. HEX triplet: 61, 32 and 60. RGB value is (97,50,96). Sum of RGB (Red+Green+Blue) = 97+50+96=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #613260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613260 is #9ECD9F. Grayscale: #454545. Windows color (decimal): -10407328 or 6304353. OLE color: 6304353.

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

Color convert

RGB 97 50 96 -
CMYK 0 0.48 0.01 0.62
HSL 301.28º 0.32% 0.29% -
HSV(B) 301.28º 0.48% 0.38% -
XYZ 8.18 5.67 11.73 -
YUV 69.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 97 50 96 0 0.48 0.01 0.62 301.28 0.32 0.29
Hex 61 32 60 0 30 1 3E 12D 20 1D
Octal 141 62 140 0 60 1 76 455 40 35
Binary 1100001 110010 1100000 0 110000 1 111110 100101101 100000 11101

Color Harmonies of #613260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613260

Black with #613260

Text Example


Text Example

White with #613260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613260; }

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

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

background-color css

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

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

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

border-color css

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

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

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