Html Css Color HEX #610461 Palatinate Purple

📋 copy color: '#610461'

red 97 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #610461

Tints of Palatinate Purple #610461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

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

R = 48.99%
G = 2.02%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610461 (or 0x610461) is known color: Palatinate Purple. HEX triplet: 61, 04 and 61. RGB value is (97,4,97). Sum of RGB (Red+Green+Blue) = 97+4+97=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #610461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610461 is #9EFB9E. Grayscale: #2A2A2A. Windows color (decimal): -10419103 or 6358113. OLE color: 6358113.

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

Color convert

RGB 97 4 97 -
CMYK 0 0.96 0 0.62
HSL 300º 0.92% 0.2% -
HSV(B) 300º 0.96% 0.38% -
XYZ 7.13 3.49 11.61 -
YUV 42.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 97 4 97 0 0.96 0 0.62 300 0.92 0.2
Hex 61 4 61 0 60 0 3E 12C 5C 14
Octal 141 4 141 0 140 0 76 454 134 24
Binary 1100001 100 1100001 0 1100000 0 111110 100101100 1011100 10100

Color Harmonies of #610461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610461

Black with #610461

Text Example


Text Example

White with #610461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610461; }

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

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

background-color css

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

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

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

border-color css

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

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

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