Html Css Color HEX #611258 Palatinate Purple

📋 copy color: '#611258'

red 97 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #611258

Tints of Palatinate Purple #611258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 47.78%
G = 8.87%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#611258 (or 0x611258) is known color: Palatinate Purple. HEX triplet: 61, 12 and 58. RGB value is (97,18,88). Sum of RGB (Red+Green+Blue) = 97+18+88=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611258 is #9EEDA7. Grayscale: #313131. Windows color (decimal): -10415528 or 5771873. OLE color: 5771873.

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

Color convert

RGB 97 18 88 -
CMYK 0 0.81 0.09 0.62
HSL 306.84º 0.69% 0.23% -
HSV(B) 306.84º 0.81% 0.38% -
XYZ 6.91 3.68 9.58 -
YUV 49.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 97 18 88 0 0.81 0.09 0.62 306.84 0.69 0.23
Hex 61 12 58 0 51 9 3E 133 45 17
Octal 141 22 130 0 121 11 76 463 105 27
Binary 1100001 10010 1011000 0 1010001 1001 111110 100110011 1000101 10111

Color Harmonies of #611258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611258

Black with #611258

Text Example


Text Example

White with #611258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611258; }

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

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

background-color css

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

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

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

border-color css

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

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

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