Html Css Color HEX #610E52 Palatinate Purple

📋 copy color: '#610E52'

red 97 ◦ green 14 ◦ blue 82

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

Shades of Palatinate Purple #610E52

Tints of Palatinate Purple #610E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

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

R = 50.26%
G = 7.25%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#610E52 (or 0x610E52) is known color: Palatinate Purple. HEX triplet: 61, 0E and 52. RGB value is (97,14,82). Sum of RGB (Red+Green+Blue) = 97+14+82=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E52 is #9EF1AD. Grayscale: #2E2E2E. Windows color (decimal): -10416558 or 5377633. OLE color: 5377633.

HSL color Cylindrical-coordinate representation of color #610E52: hue angle of 310.84º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E52 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 14 82 -
CMYK 0 0.86 0.15 0.62
HSL 310.84º 0.75% 0.22% -
HSV(B) 310.84º 0.86% 0.38% -
XYZ 6.61 3.46 8.3 -
YUV 46.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 97 14 82 0 0.86 0.15 0.62 310.84 0.75 0.22
Hex 61 E 52 0 56 F 3E 137 4B 16
Octal 141 16 122 0 126 17 76 467 113 26
Binary 1100001 1110 1010010 0 1010110 1111 111110 100110111 1001011 10110

Color Harmonies of #610E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E52

Black with #610E52

Text Example


Text Example

White with #610E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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