Html Css Color HEX #610463 Palatinate Purple

📋 copy color: '#610463'

red 97 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #610463

Tints of Palatinate Purple #610463

RGB

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

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

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

R = 48.5%
G = 2%
B = 49.5%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#610463 (or 0x610463) is known color: Palatinate Purple. HEX triplet: 61, 04 and 63. RGB value is (97,4,99). Sum of RGB (Red+Green+Blue) = 97+4+99=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #610463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610463 is #9EFB9C. Grayscale: #2A2A2A. Windows color (decimal): -10419101 or 6489185. OLE color: 6489185.

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

Color convert

RGB 97 4 99 -
CMYK 0.02 0.96 0 0.61
HSL 298.74º 0.92% 0.2% -
HSV(B) 298.74º 0.96% 0.39% -
XYZ 7.23 3.53 12.1 -
YUV 42.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 97 4 99 0.02 0.96 0 0.61 298.74 0.92 0.2
Hex 61 4 63 2 60 0 3D 12B 5C 14
Octal 141 4 143 2 140 0 75 453 134 24
Binary 1100001 100 1100011 10 1100000 0 111101 100101011 1011100 10100

Color Harmonies of #610463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610463

Black with #610463

Text Example


Text Example

White with #610463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610463; }

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

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

background-color css

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

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

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

border-color css

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

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

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