Html Css Color HEX #610361 Palatinate Purple

📋 copy color: '#610361'

red 97 ◦ green 3 ◦ blue 97

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

Shades of Palatinate Purple #610361

Tints of Palatinate Purple #610361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 49.24%
G = 1.52%
B = 49.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610361 (or 0x610361) is known color: Palatinate Purple. HEX triplet: 61, 03 and 61. RGB value is (97,3,97). Sum of RGB (Red+Green+Blue) = 97+3+97=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #610361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610361 is #9EFC9E. Grayscale: #292929. Windows color (decimal): -10419359 or 6357857. OLE color: 6357857.

HSL color Cylindrical-coordinate representation of color #610361: hue angle of 300º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610361 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 97 -
CMYK 0 0.97 0 0.62
HSL 300º 0.94% 0.2% -
HSV(B) 300º 0.97% 0.38% -
XYZ 7.12 3.47 11.6 -
YUV 41.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 97 3 97 0 0.97 0 0.62 300 0.94 0.2
Hex 61 3 61 0 61 0 3E 12C 5E 14
Octal 141 3 141 0 141 0 76 454 136 24
Binary 1100001 11 1100001 0 1100001 0 111110 100101100 1011110 10100

Color Harmonies of #610361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610361

Black with #610361

Text Example


Text Example

White with #610361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610361; }

 p { color: rgb(97,3,97); }

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

background-color css

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

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

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

border-color css

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

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

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