Html Css Color HEX #611453 Palatinate Purple

📋 copy color: '#611453'

red 97 ◦ green 20 ◦ blue 83

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

Shades of Palatinate Purple #611453

Tints of Palatinate Purple #611453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 48.5%
G = 10%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#611453 (or 0x611453) is known color: Palatinate Purple. HEX triplet: 61, 14 and 53. RGB value is (97,20,83). Sum of RGB (Red+Green+Blue) = 97+20+83=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611453 is #9EEBAC. Grayscale: #323232. Windows color (decimal): -10415021 or 5444705. OLE color: 5444705.

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

Color convert

RGB 97 20 83 -
CMYK 0 0.79 0.14 0.62
HSL 310.91º 0.66% 0.23% -
HSV(B) 310.91º 0.79% 0.38% -
XYZ 6.74 3.67 8.54 -
YUV 50.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 97 20 83 0 0.79 0.14 0.62 310.91 0.66 0.23
Hex 61 14 53 0 4F E 3E 137 42 17
Octal 141 24 123 0 117 16 76 467 102 27
Binary 1100001 10100 1010011 0 1001111 1110 111110 100110111 1000010 10111

Color Harmonies of #611453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611453

Black with #611453

Text Example


Text Example

White with #611453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611453; }

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

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

background-color css

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

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

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

border-color css

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

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

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