Html Css Color HEX #611363 Palatinate Purple

📋 copy color: '#611363'

red 97 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #611363

Tints of Palatinate Purple #611363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 45.12%
G = 8.84%
B = 46.05%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#611363 (or 0x611363) is known color: Palatinate Purple. HEX triplet: 61, 13 and 63. RGB value is (97,19,99). Sum of RGB (Red+Green+Blue) = 97+19+99=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #611363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611363 is #9EEC9C. Grayscale: #333333. Windows color (decimal): -10415261 or 6493025. OLE color: 6493025.

HSL color Cylindrical-coordinate representation of color #611363: hue angle of 298.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611363 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 19 99 -
CMYK 0.02 0.81 0 0.61
HSL 298.5º 0.68% 0.23% -
HSV(B) 298.5º 0.81% 0.39% -
XYZ 7.41 3.91 12.17 -
YUV 51.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 97 19 99 0.02 0.81 0 0.61 298.5 0.68 0.23
Hex 61 13 63 2 51 0 3D 12A 44 17
Octal 141 23 143 2 121 0 75 452 104 27
Binary 1100001 10011 1100011 10 1010001 0 111101 100101010 1000100 10111

Color Harmonies of #611363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611363

Black with #611363

Text Example


Text Example

White with #611363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611363; }

 p { color: rgb(97,19,99); }

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

background-color css

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

 a { background-color: rgb(97,19,99); }

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

border-color css

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

 span { border-color: rgb(97,19,99); }

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