Html Css Color HEX #611764 Palatinate Purple

📋 copy color: '#611764'

red 97 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #611764

Tints of Palatinate Purple #611764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.45%

R = 44.09%
G = 10.45%
B = 45.45%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#611764 (or 0x611764) is known color: Palatinate Purple. HEX triplet: 61, 17 and 64. RGB value is (97,23,100). Sum of RGB (Red+Green+Blue) = 97+23+100=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #611764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611764 is #9EE89B. Grayscale: #353535. Windows color (decimal): -10414236 or 6559585. OLE color: 6559585.

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

Color convert

RGB 97 23 100 -
CMYK 0.03 0.77 0 0.61
HSL 297.66º 0.63% 0.24% -
HSV(B) 297.66º 0.77% 0.39% -
XYZ 7.54 4.07 12.45 -
YUV 53.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 97 23 100 0.03 0.77 0 0.61 297.66 0.63 0.24
Hex 61 17 64 3 4D 0 3D 12A 3F 18
Octal 141 27 144 3 115 0 75 452 77 30
Binary 1100001 10111 1100100 11 1001101 0 111101 100101010 111111 11000

Color Harmonies of #611764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611764

Black with #611764

Text Example


Text Example

White with #611764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611764; }

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

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

background-color css

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

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

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

border-color css

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

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

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