Html Css Color HEX #611357 Palatinate Purple

📋 copy color: '#611357'

red 97 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #611357

Tints of Palatinate Purple #611357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 47.78%
G = 9.36%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#611357 (or 0x611357) is known color: Palatinate Purple. HEX triplet: 61, 13 and 57. RGB value is (97,19,87). Sum of RGB (Red+Green+Blue) = 97+19+87=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611357 is #9EECA8. Grayscale: #313131. Windows color (decimal): -10415273 or 5706593. OLE color: 5706593.

HSL color Cylindrical-coordinate representation of color #611357: hue angle of 307.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611357 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 87 -
CMYK 0 0.80 0.10 0.62
HSL 307.69º 0.67% 0.23% -
HSV(B) 307.69º 0.8% 0.38% -
XYZ 6.88 3.7 9.37 -
YUV 50.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 97 19 87 0 0.80 0.10 0.62 307.69 0.67 0.23
Hex 61 13 57 0 50 A 3E 134 43 17
Octal 141 23 127 0 120 12 76 464 103 27
Binary 1100001 10011 1010111 0 1010000 1010 111110 100110100 1000011 10111

Color Harmonies of #611357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611357

Black with #611357

Text Example


Text Example

White with #611357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611357; }

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

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

background-color css

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

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

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

border-color css

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

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

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