Html Css Color HEX #610163 Palatinate Purple

📋 copy color: '#610163'

red 97 ◦ green 1 ◦ blue 99

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

Shades of Palatinate Purple #610163

Tints of Palatinate Purple #610163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 49.24%
G = 0.51%
B = 50.25%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#610163 (or 0x610163) is known color: Palatinate Purple. HEX triplet: 61, 01 and 63. RGB value is (97,1,99). Sum of RGB (Red+Green+Blue) = 97+1+99=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #610163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610163 is #9EFE9C. Grayscale: #282828. Windows color (decimal): -10419869 or 6488417. OLE color: 6488417.

HSL color Cylindrical-coordinate representation of color #610163: hue angle of 298.78º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610163 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 1 99 -
CMYK 0.02 0.99 0 0.61
HSL 298.78º 0.98% 0.2% -
HSV(B) 298.78º 0.99% 0.39% -
XYZ 7.19 3.46 12.09 -
YUV 40.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 97 1 99 0.02 0.99 0 0.61 298.78 0.98 0.2
Hex 61 1 63 2 63 0 3D 12B 62 14
Octal 141 1 143 2 143 0 75 453 142 24
Binary 1100001 1 1100011 10 1100011 0 111101 100101011 1100010 10100

Color Harmonies of #610163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610163

Black with #610163

Text Example


Text Example

White with #610163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610163; }

 p { color: rgb(97,1,99); }

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

background-color css

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

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

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

border-color css

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

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

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