Html Css Color HEX #611F5A Palatinate Purple

📋 copy color: '#611F5A'

red 97 ◦ green 31 ◦ blue 90

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

Shades of Palatinate Purple #611F5A

Tints of Palatinate Purple #611F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 44.5%
G = 14.22%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#611F5A (or 0x611F5A) is known color: Palatinate Purple. HEX triplet: 61, 1F and 5A. RGB value is (97,31,90). Sum of RGB (Red+Green+Blue) = 97+31+90=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #611F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F5A is #9EE0A5. Grayscale: #393939. Windows color (decimal): -10412198 or 5906273. OLE color: 5906273.

HSL color Cylindrical-coordinate representation of color #611F5A: hue angle of 306.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F5A is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 90 -
CMYK 0 0.68 0.07 0.62
HSL 306.36º 0.52% 0.25% -
HSV(B) 306.36º 0.68% 0.38% -
XYZ 7.27 4.26 10.11 -
YUV 57.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 97 31 90 0 0.68 0.07 0.62 306.36 0.52 0.25
Hex 61 1F 5A 0 44 7 3E 132 34 19
Octal 141 37 132 0 104 7 76 462 64 31
Binary 1100001 11111 1011010 0 1000100 111 111110 100110010 110100 11001

Color Harmonies of #611F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F5A

Black with #611F5A

Text Example


Text Example

White with #611F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611F5A; }

 p { color: rgb(97,31,90); }

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

background-color css

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

 a { background-color: rgb(97,31,90); }

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

border-color css

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

 span { border-color: rgb(97,31,90); }

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