Html Css Color HEX #610D62 Palatinate Purple

📋 copy color: '#610D62'

red 97 ◦ green 13 ◦ blue 98

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

Shades of Palatinate Purple #610D62

Tints of Palatinate Purple #610D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.12%

R = 46.63%
G = 6.25%
B = 47.12%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610D62 (or 0x610D62) is known color: Palatinate Purple. HEX triplet: 61, 0D and 62. RGB value is (97,13,98). Sum of RGB (Red+Green+Blue) = 97+13+98=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #610D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D62 is #9EF29D. Grayscale: #2F2F2F. Windows color (decimal): -10416798 or 6425953. OLE color: 6425953.

HSL color Cylindrical-coordinate representation of color #610D62: hue angle of 299.29º degrees, saturation: 0.77, 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 #610D62 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 13 98 -
CMYK 0.01 0.87 0 0.62
HSL 299.29º 0.77% 0.22% -
HSV(B) 299.29º 0.87% 0.38% -
XYZ 7.28 3.71 11.89 -
YUV 47.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 97 13 98 0.01 0.87 0 0.62 299.29 0.77 0.22
Hex 61 D 62 1 57 0 3E 12B 4D 16
Octal 141 15 142 1 127 0 76 453 115 26
Binary 1100001 1101 1100010 1 1010111 0 111110 100101011 1001101 10110

Color Harmonies of #610D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D62

Black with #610D62

Text Example


Text Example

White with #610D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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