Html Css Color HEX #610060 Palatinate Purple

📋 copy color: '#610060'

red 97 ◦ green 0 ◦ blue 96

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

Shades of Palatinate Purple #610060

Tints of Palatinate Purple #610060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 50.26%
G = 0%
B = 49.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#610060 (or 0x610060) is known color: Palatinate Purple. HEX triplet: 61, 00 and 60. RGB value is (97,0,96). Sum of RGB (Red+Green+Blue) = 97+0+96=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610060 is #9EFF9F. Grayscale: #272727. Windows color (decimal): -10420128 or 6291553. OLE color: 6291553.

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

Color convert

RGB 97 0 96 -
CMYK 0 1 0.01 0.62
HSL 300.62º 1% 0.19% -
HSV(B) 300.62º 1% 0.38% -
XYZ 7.04 3.39 11.35 -
YUV 39.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 97 0 96 0 1 0.01 0.62 300.62 1 0.19
Hex 61 0 60 0 64 1 3E 12D 64 13
Octal 141 0 140 0 144 1 76 455 144 23
Binary 1100001 0 1100000 0 1100100 1 111110 100101101 1100100 10011

Color Harmonies of #610060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610060

Black with #610060

Text Example


Text Example

White with #610060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610060; }

 p { color: rgb(97,0,96); }

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

background-color css

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

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

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

border-color css

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

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

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