Html Css Color HEX #612860 Palatinate Purple

📋 copy color: '#612860'

red 97 ◦ green 40 ◦ blue 96

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

Shades of Palatinate Purple #612860

Tints of Palatinate Purple #612860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 41.63%
G = 17.17%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#612860 (or 0x612860) is known color: Palatinate Purple. HEX triplet: 61, 28 and 60. RGB value is (97,40,96). Sum of RGB (Red+Green+Blue) = 97+40+96=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #612860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612860 is #9ED79F. Grayscale: #3F3F3F. Windows color (decimal): -10409888 or 6301793. OLE color: 6301793.

HSL color Cylindrical-coordinate representation of color #612860: hue angle of 301.05º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612860 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 40 96 -
CMYK 0 0.59 0.01 0.62
HSL 301.05º 0.42% 0.27% -
HSV(B) 301.05º 0.59% 0.38% -
XYZ 7.8 4.9 11.6 -
YUV 63.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 97 40 96 0 0.59 0.01 0.62 301.05 0.42 0.27
Hex 61 28 60 0 3B 1 3E 12D 2A 1B
Octal 141 50 140 0 73 1 76 455 52 33
Binary 1100001 101000 1100000 0 111011 1 111110 100101101 101010 11011

Color Harmonies of #612860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612860

Black with #612860

Text Example


Text Example

White with #612860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612860; }

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

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

background-color css

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

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

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

border-color css

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

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

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