Html Css Color HEX #611762 Palatinate Purple

📋 copy color: '#611762'

red 97 ◦ green 23 ◦ blue 98

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

Shades of Palatinate Purple #611762

Tints of Palatinate Purple #611762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 44.5%
G = 10.55%
B = 44.95%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611762 (or 0x611762) is known color: Palatinate Purple. HEX triplet: 61, 17 and 62. RGB value is (97,23,98). Sum of RGB (Red+Green+Blue) = 97+23+98=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #611762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611762 is #9EE89D. Grayscale: #353535. Windows color (decimal): -10414238 or 6428513. OLE color: 6428513.

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

Color convert

RGB 97 23 98 -
CMYK 0.01 0.77 0 0.62
HSL 299.2º 0.62% 0.24% -
HSV(B) 299.2º 0.77% 0.38% -
XYZ 7.44 4.04 11.94 -
YUV 53.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 97 23 98 0.01 0.77 0 0.62 299.2 0.62 0.24
Hex 61 17 62 1 4D 0 3E 12B 3E 18
Octal 141 27 142 1 115 0 76 453 76 30
Binary 1100001 10111 1100010 1 1001101 0 111110 100101011 111110 11000

Color Harmonies of #611762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611762

Black with #611762

Text Example


Text Example

White with #611762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611762; }

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

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

background-color css

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

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

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

border-color css

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

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

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