Html Css Color HEX #612550 Palatinate Purple

📋 copy color: '#612550'

red 97 ◦ green 37 ◦ blue 80

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

Shades of Palatinate Purple #612550

Tints of Palatinate Purple #612550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 45.33%
G = 17.29%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#612550 (or 0x612550) is known color: Palatinate Purple. HEX triplet: 61, 25 and 50. RGB value is (97,37,80). Sum of RGB (Red+Green+Blue) = 97+37+80=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612550 is #9EDAAF. Grayscale: #3B3B3B. Windows color (decimal): -10410672 or 5252449. OLE color: 5252449.

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

Color convert

RGB 97 37 80 -
CMYK 0 0.62 0.18 0.62
HSL 317º 0.45% 0.26% -
HSV(B) 317º 0.62% 0.38% -
XYZ 7.04 4.44 8.08 -
YUV 59.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 97 37 80 0 0.62 0.18 0.62 317 0.45 0.26
Hex 61 25 50 0 3E 12 3E 13D 2D 1A
Octal 141 45 120 0 76 22 76 475 55 32
Binary 1100001 100101 1010000 0 111110 10010 111110 100111101 101101 11010

Color Harmonies of #612550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612550

Black with #612550

Text Example


Text Example

White with #612550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612550; }

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

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

background-color css

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

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

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

border-color css

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

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

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