Html Css Color HEX #611354 Palatinate Purple

📋 copy color: '#611354'

red 97 ◦ green 19 ◦ blue 84

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

Shades of Palatinate Purple #611354

Tints of Palatinate Purple #611354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42%

R = 48.5%
G = 9.5%
B = 42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#611354 (or 0x611354) is known color: Palatinate Purple. HEX triplet: 61, 13 and 54. RGB value is (97,19,84). Sum of RGB (Red+Green+Blue) = 97+19+84=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611354 is #9EECAB. Grayscale: #313131. Windows color (decimal): -10415276 or 5509985. OLE color: 5509985.

HSL color Cylindrical-coordinate representation of color #611354: hue angle of 310º 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 #611354 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 84 -
CMYK 0 0.80 0.13 0.62
HSL 310º 0.67% 0.23% -
HSV(B) 310º 0.8% 0.38% -
XYZ 6.76 3.65 8.74 -
YUV 49.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 97 19 84 0 0.80 0.13 0.62 310 0.67 0.23
Hex 61 13 54 0 50 D 3E 136 43 17
Octal 141 23 124 0 120 15 76 466 103 27
Binary 1100001 10011 1010100 0 1010000 1101 111110 100110110 1000011 10111

Color Harmonies of #611354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611354

Black with #611354

Text Example


Text Example

White with #611354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611354; }

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

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

background-color css

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

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

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

border-color css

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

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

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