Html Css Color HEX #611057 Palatinate Purple

📋 copy color: '#611057'

red 97 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #611057

Tints of Palatinate Purple #611057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 87 (34.38% from 255) = 43.5%

R = 48.5%
G = 8%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#611057 (or 0x611057) is known color: Palatinate Purple. HEX triplet: 61, 10 and 57. RGB value is (97,16,87). Sum of RGB (Red+Green+Blue) = 97+16+87=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611057 is #9EEFA8. Grayscale: #303030. Windows color (decimal): -10416041 or 5705825. OLE color: 5705825.

HSL color Cylindrical-coordinate representation of color #611057: hue angle of 307.41º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611057 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 16 87 -
CMYK 0 0.84 0.10 0.62
HSL 307.41º 0.72% 0.22% -
HSV(B) 307.41º 0.84% 0.38% -
XYZ 6.84 3.6 9.35 -
YUV 48.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 97 16 87 0 0.84 0.10 0.62 307.41 0.72 0.22
Hex 61 10 57 0 54 A 3E 133 48 16
Octal 141 20 127 0 124 12 76 463 110 26
Binary 1100001 10000 1010111 0 1010100 1010 111110 100110011 1001000 10110

Color Harmonies of #611057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611057

Black with #611057

Text Example


Text Example

White with #611057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611057; }

 p { color: rgb(97,16,87); }

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

background-color css

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

 a { background-color: rgb(97,16,87); }

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

border-color css

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

 span { border-color: rgb(97,16,87); }

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