Html Css Color HEX #611963 Palatinate Purple

📋 copy color: '#611963'

red 97 ◦ green 25 ◦ blue 99

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

Shades of Palatinate Purple #611963

Tints of Palatinate Purple #611963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 43.89%
G = 11.31%
B = 44.8%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#611963 (or 0x611963) is known color: Palatinate Purple. HEX triplet: 61, 19 and 63. RGB value is (97,25,99). Sum of RGB (Red+Green+Blue) = 97+25+99=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #611963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611963 is #9EE69C. Grayscale: #363636. Windows color (decimal): -10413725 or 6494561. OLE color: 6494561.

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

Color convert

RGB 97 25 99 -
CMYK 0.02 0.75 0 0.61
HSL 298.38º 0.6% 0.24% -
HSV(B) 298.38º 0.75% 0.39% -
XYZ 7.53 4.14 12.21 -
YUV 54.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 97 25 99 0.02 0.75 0 0.61 298.38 0.6 0.24
Hex 61 19 63 2 4B 0 3D 12A 3C 18
Octal 141 31 143 2 113 0 75 452 74 30
Binary 1100001 11001 1100011 10 1001011 0 111101 100101010 111100 11000

Color Harmonies of #611963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611963

Black with #611963

Text Example


Text Example

White with #611963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611963; }

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

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

background-color css

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

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

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

border-color css

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

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

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