Html Css Color HEX #610F52 Palatinate Purple

📋 copy color: '#610F52'

red 97 ◦ green 15 ◦ blue 82

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

Shades of Palatinate Purple #610F52

Tints of Palatinate Purple #610F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

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

R = 50%
G = 7.73%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#610F52 (or 0x610F52) is known color: Palatinate Purple. HEX triplet: 61, 0F and 52. RGB value is (97,15,82). Sum of RGB (Red+Green+Blue) = 97+15+82=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #610F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F52 is #9EF0AD. Grayscale: #2E2E2E. Windows color (decimal): -10416302 or 5377889. OLE color: 5377889.

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

Color convert

RGB 97 15 82 -
CMYK 0 0.85 0.15 0.62
HSL 310.98º 0.73% 0.22% -
HSV(B) 310.98º 0.85% 0.38% -
XYZ 6.62 3.49 8.31 -
YUV 47.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 97 15 82 0 0.85 0.15 0.62 310.98 0.73 0.22
Hex 61 F 52 0 55 F 3E 137 49 16
Octal 141 17 122 0 125 17 76 467 111 26
Binary 1100001 1111 1010010 0 1010101 1111 111110 100110111 1001001 10110

Color Harmonies of #610F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F52

Black with #610F52

Text Example


Text Example

White with #610F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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