Html Css Color HEX #610863 Palatinate Purple

📋 copy color: '#610863'

red 97 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #610863

Tints of Palatinate Purple #610863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 47.55%
G = 3.92%
B = 48.53%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#610863 (or 0x610863) is known color: Palatinate Purple. HEX triplet: 61, 08 and 63. RGB value is (97,8,99). Sum of RGB (Red+Green+Blue) = 97+8+99=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #610863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610863 is #9EF79C. Grayscale: #2C2C2C. Windows color (decimal): -10418077 or 6490209. OLE color: 6490209.

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

Color convert

RGB 97 8 99 -
CMYK 0.02 0.92 0 0.61
HSL 298.68º 0.85% 0.21% -
HSV(B) 298.68º 0.92% 0.39% -
XYZ 7.27 3.62 12.12 -
YUV 44.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 97 8 99 0.02 0.92 0 0.61 298.68 0.85 0.21
Hex 61 8 63 2 5C 0 3D 12B 55 15
Octal 141 10 143 2 134 0 75 453 125 25
Binary 1100001 1000 1100011 10 1011100 0 111101 100101011 1010101 10101

Color Harmonies of #610863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610863

Black with #610863

Text Example


Text Example

White with #610863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610863; }

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

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

background-color css

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

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

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

border-color css

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

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

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