Html Css Color HEX #611262 Palatinate Purple

📋 copy color: '#611262'

red 97 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #611262

Tints of Palatinate Purple #611262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 45.54%
G = 8.45%
B = 46.01%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611262 (or 0x611262) is known color: Palatinate Purple. HEX triplet: 61, 12 and 62. RGB value is (97,18,98). Sum of RGB (Red+Green+Blue) = 97+18+98=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #611262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611262 is #9EED9D. Grayscale: #323232. Windows color (decimal): -10415518 or 6427233. OLE color: 6427233.

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

Color convert

RGB 97 18 98 -
CMYK 0.01 0.82 0 0.62
HSL 299.25º 0.69% 0.23% -
HSV(B) 299.25º 0.82% 0.38% -
XYZ 7.35 3.86 11.91 -
YUV 50.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 97 18 98 0.01 0.82 0 0.62 299.25 0.69 0.23
Hex 61 12 62 1 52 0 3E 12B 45 17
Octal 141 22 142 1 122 0 76 453 105 27
Binary 1100001 10010 1100010 1 1010010 0 111110 100101011 1000101 10111

Color Harmonies of #611262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611262

Black with #611262

Text Example


Text Example

White with #611262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611262; }

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

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

background-color css

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

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

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

border-color css

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

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

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