Html Css Color HEX #611252 Palatinate Purple

📋 copy color: '#611252'

red 97 ◦ green 18 ◦ blue 82

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

Shades of Palatinate Purple #611252

Tints of Palatinate Purple #611252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 49.24%
G = 9.14%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#611252 (or 0x611252) is known color: Palatinate Purple. HEX triplet: 61, 12 and 52. RGB value is (97,18,82). Sum of RGB (Red+Green+Blue) = 97+18+82=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611252 is #9EEDAD. Grayscale: #303030. Windows color (decimal): -10415534 or 5378657. OLE color: 5378657.

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

Color convert

RGB 97 18 82 -
CMYK 0 0.81 0.15 0.62
HSL 311.39º 0.69% 0.23% -
HSV(B) 311.39º 0.81% 0.38% -
XYZ 6.67 3.58 8.32 -
YUV 48.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 97 18 82 0 0.81 0.15 0.62 311.39 0.69 0.23
Hex 61 12 52 0 51 F 3E 137 45 17
Octal 141 22 122 0 121 17 76 467 105 27
Binary 1100001 10010 1010010 0 1010001 1111 111110 100110111 1000101 10111

Color Harmonies of #611252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611252

Black with #611252

Text Example


Text Example

White with #611252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611252; }

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

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

background-color css

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

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

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

border-color css

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

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

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