Html Css Color HEX #611256 Palatinate Purple

📋 copy color: '#611256'

red 97 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #611256

Tints of Palatinate Purple #611256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.79%

R = 48.26%
G = 8.96%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#611256 (or 0x611256) is known color: Palatinate Purple. HEX triplet: 61, 12 and 56. RGB value is (97,18,86). Sum of RGB (Red+Green+Blue) = 97+18+86=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611256 is #9EEDA9. Grayscale: #313131. Windows color (decimal): -10415530 or 5640801. OLE color: 5640801.

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

Color convert

RGB 97 18 86 -
CMYK 0 0.81 0.11 0.62
HSL 308.35º 0.69% 0.23% -
HSV(B) 308.35º 0.81% 0.38% -
XYZ 6.83 3.65 9.15 -
YUV 49.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 97 18 86 0 0.81 0.11 0.62 308.35 0.69 0.23
Hex 61 12 56 0 51 B 3E 134 45 17
Octal 141 22 126 0 121 13 76 464 105 27
Binary 1100001 10010 1010110 0 1010001 1011 111110 100110100 1000101 10111

Color Harmonies of #611256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611256

Black with #611256

Text Example


Text Example

White with #611256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611256; }

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

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

background-color css

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

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

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

border-color css

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

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

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