Html Css Color HEX #611652 Palatinate Purple

📋 copy color: '#611652'

red 97 ◦ green 22 ◦ blue 82

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

Shades of Palatinate Purple #611652

Tints of Palatinate Purple #611652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

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

R = 48.26%
G = 10.95%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#611652 (or 0x611652) is known color: Palatinate Purple. HEX triplet: 61, 16 and 52. RGB value is (97,22,82). Sum of RGB (Red+Green+Blue) = 97+22+82=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611652 is #9EE9AD. Grayscale: #333333. Windows color (decimal): -10414510 or 5379681. OLE color: 5379681.

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

Color convert

RGB 97 22 82 -
CMYK 0 0.77 0.15 0.62
HSL 312º 0.63% 0.23% -
HSV(B) 312º 0.77% 0.38% -
XYZ 6.74 3.72 8.35 -
YUV 51.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 97 22 82 0 0.77 0.15 0.62 312 0.63 0.23
Hex 61 16 52 0 4D F 3E 138 3F 17
Octal 141 26 122 0 115 17 76 470 77 27
Binary 1100001 10110 1010010 0 1001101 1111 111110 100111000 111111 10111

Color Harmonies of #611652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611652

Black with #611652

Text Example


Text Example

White with #611652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611652; }

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

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

background-color css

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

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

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

border-color css

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

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

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