Html Css Color HEX #612560 Palatinate Purple

📋 copy color: '#612560'

red 97 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #612560

Tints of Palatinate Purple #612560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 42.17%
G = 16.09%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#612560 (or 0x612560) is known color: Palatinate Purple. HEX triplet: 61, 25 and 60. RGB value is (97,37,96). Sum of RGB (Red+Green+Blue) = 97+37+96=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #612560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612560 is #9EDA9F. Grayscale: #3D3D3D. Windows color (decimal): -10410656 or 6301025. OLE color: 6301025.

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

Color convert

RGB 97 37 96 -
CMYK 0 0.62 0.01 0.62
HSL 301º 0.45% 0.26% -
HSV(B) 301º 0.62% 0.38% -
XYZ 7.7 4.71 11.57 -
YUV 61.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 97 37 96 0 0.62 0.01 0.62 301 0.45 0.26
Hex 61 25 60 0 3E 1 3E 12D 2D 1A
Octal 141 45 140 0 76 1 76 455 55 32
Binary 1100001 100101 1100000 0 111110 1 111110 100101101 101101 11010

Color Harmonies of #612560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612560

Black with #612560

Text Example


Text Example

White with #612560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612560; }

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

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

background-color css

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

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

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

border-color css

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

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

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