Html Css Color HEX #612253 Palatinate Purple

📋 copy color: '#612253'

red 97 ◦ green 34 ◦ blue 83

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

Shades of Palatinate Purple #612253

Tints of Palatinate Purple #612253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 45.33%
G = 15.89%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#612253 (or 0x612253) is known color: Palatinate Purple. HEX triplet: 61, 22 and 53. RGB value is (97,34,83). Sum of RGB (Red+Green+Blue) = 97+34+83=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612253 is #9EDDAC. Grayscale: #3A3A3A. Windows color (decimal): -10411437 or 5448289. OLE color: 5448289.

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

Color convert

RGB 97 34 83 -
CMYK 0 0.65 0.14 0.62
HSL 313.33º 0.48% 0.26% -
HSV(B) 313.33º 0.65% 0.38% -
XYZ 7.06 4.31 8.64 -
YUV 58.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 97 34 83 0 0.65 0.14 0.62 313.33 0.48 0.26
Hex 61 22 53 0 41 E 3E 139 30 1A
Octal 141 42 123 0 101 16 76 471 60 32
Binary 1100001 100010 1010011 0 1000001 1110 111110 100111001 110000 11010

Color Harmonies of #612253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612253

Black with #612253

Text Example


Text Example

White with #612253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612253; }

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

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

background-color css

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

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

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

border-color css

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

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

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