Html Css Color HEX #612553 Palatinate Purple

📋 copy color: '#612553'

red 97 ◦ green 37 ◦ blue 83

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

Shades of Palatinate Purple #612553

Tints of Palatinate Purple #612553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 44.7%
G = 17.05%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#612553 (or 0x612553) is known color: Palatinate Purple. HEX triplet: 61, 25 and 53. RGB value is (97,37,83). Sum of RGB (Red+Green+Blue) = 97+37+83=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612553 is #9EDAAC. Grayscale: #3C3C3C. Windows color (decimal): -10410669 or 5449057. OLE color: 5449057.

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

Color convert

RGB 97 37 83 -
CMYK 0 0.62 0.14 0.62
HSL 314º 0.45% 0.26% -
HSV(B) 314º 0.62% 0.38% -
XYZ 7.15 4.49 8.67 -
YUV 60.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 97 37 83 0 0.62 0.14 0.62 314 0.45 0.26
Hex 61 25 53 0 3E E 3E 13A 2D 1A
Octal 141 45 123 0 76 16 76 472 55 32
Binary 1100001 100101 1010011 0 111110 1110 111110 100111010 101101 11010

Color Harmonies of #612553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612553

Black with #612553

Text Example


Text Example

White with #612553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612553; }

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

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

background-color css

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

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

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

border-color css

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

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

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