Html Css Color HEX #610D52 Palatinate Purple

📋 copy color: '#610D52'

red 97 ◦ green 13 ◦ blue 82

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

Shades of Palatinate Purple #610D52

Tints of Palatinate Purple #610D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.77%

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

R = 50.52%
G = 6.77%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#610D52 (or 0x610D52) is known color: Palatinate Purple. HEX triplet: 61, 0D and 52. RGB value is (97,13,82). Sum of RGB (Red+Green+Blue) = 97+13+82=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #610D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D52 is #9EF2AD. Grayscale: #2D2D2D. Windows color (decimal): -10416814 or 5377377. OLE color: 5377377.

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

Color convert

RGB 97 13 82 -
CMYK 0 0.87 0.15 0.62
HSL 310.71º 0.76% 0.22% -
HSV(B) 310.71º 0.87% 0.38% -
XYZ 6.6 3.44 8.3 -
YUV 45.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 97 13 82 0 0.87 0.15 0.62 310.71 0.76 0.22
Hex 61 D 52 0 57 F 3E 137 4C 16
Octal 141 15 122 0 127 17 76 467 114 26
Binary 1100001 1101 1010010 0 1010111 1111 111110 100110111 1001100 10110

Color Harmonies of #610D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D52

Black with #610D52

Text Example


Text Example

White with #610D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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