Html Css Color HEX #611254 Palatinate Purple

📋 copy color: '#611254'

red 97 ◦ green 18 ◦ blue 84

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

Shades of Palatinate Purple #611254

Tints of Palatinate Purple #611254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 48.74%
G = 9.05%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#611254 (or 0x611254) is known color: Palatinate Purple. HEX triplet: 61, 12 and 54. RGB value is (97,18,84). Sum of RGB (Red+Green+Blue) = 97+18+84=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611254 is #9EEDAB. Grayscale: #303030. Windows color (decimal): -10415532 or 5509729. OLE color: 5509729.

HSL color Cylindrical-coordinate representation of color #611254: hue angle of 309.87º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611254 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 84 -
CMYK 0 0.81 0.13 0.62
HSL 309.87º 0.69% 0.23% -
HSV(B) 309.87º 0.81% 0.38% -
XYZ 6.75 3.61 8.73 -
YUV 49.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 97 18 84 0 0.81 0.13 0.62 309.87 0.69 0.23
Hex 61 12 54 0 51 D 3E 136 45 17
Octal 141 22 124 0 121 15 76 466 105 27
Binary 1100001 10010 1010100 0 1010001 1101 111110 100110110 1000101 10111

Color Harmonies of #611254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611254

Black with #611254

Text Example


Text Example

White with #611254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611254; }

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

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

background-color css

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

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

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

border-color css

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

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

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