Html Css Color HEX #611962 Palatinate Purple

📋 copy color: '#611962'

red 97 ◦ green 25 ◦ blue 98

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

Shades of Palatinate Purple #611962

Tints of Palatinate Purple #611962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 44.09%
G = 11.36%
B = 44.55%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611962 (or 0x611962) is known color: Palatinate Purple. HEX triplet: 61, 19 and 62. RGB value is (97,25,98). Sum of RGB (Red+Green+Blue) = 97+25+98=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #611962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611962 is #9EE69D. Grayscale: #363636. Windows color (decimal): -10413726 or 6429025. OLE color: 6429025.

HSL color Cylindrical-coordinate representation of color #611962: hue angle of 299.18º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611962 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 98 -
CMYK 0.01 0.74 0 0.62
HSL 299.18º 0.59% 0.24% -
HSV(B) 299.18º 0.74% 0.38% -
XYZ 7.48 4.12 11.96 -
YUV 54.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 97 25 98 0.01 0.74 0 0.62 299.18 0.59 0.24
Hex 61 19 62 1 4A 0 3E 12B 3B 18
Octal 141 31 142 1 112 0 76 453 73 30
Binary 1100001 11001 1100010 1 1001010 0 111110 100101011 111011 11000

Color Harmonies of #611962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611962

Black with #611962

Text Example


Text Example

White with #611962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611962; }

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

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

background-color css

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

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

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

border-color css

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

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

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