Html Css Color HEX #63166A Palatinate Purple

📋 copy color: '#63166A'

red 99 ◦ green 22 ◦ blue 106

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

Shades of Palatinate Purple #63166A

Tints of Palatinate Purple #63166A

RGB

 RED value IS 99 (39.06% from 255) = 43.61%

 GREEN value IS 22 (8.98% from 255) = 9.69%

 BLUE value IS 106 (41.8% from 255) = 46.7%

R = 43.61%
G = 9.69%
B = 46.7%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63166A (or 0x63166A) is known color: Palatinate Purple. HEX triplet: 63, 16 and 6A. RGB value is (99,22,106). Sum of RGB (Red+Green+Blue) = 99+22+106=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #63166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63166A is #9CE995. Grayscale: #363636. Windows color (decimal): -10283414 or 6952547. OLE color: 6952547.

HSL color Cylindrical-coordinate representation of color #63166A: hue angle of 295º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63166A is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 22 106 -
CMYK 0.07 0.79 0 0.58
HSL 295º 0.66% 0.25% -
HSV(B) 295º 0.79% 0.42% -
XYZ 8.03 4.27 14.04 -
YUV 54.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 99 22 106 0.07 0.79 0 0.58 295 0.66 0.25
Hex 63 16 6A 7 4F 0 3A 127 42 19
Octal 143 26 152 7 117 0 72 447 102 31
Binary 1100011 10110 1101010 111 1001111 0 111010 100100111 1000010 11001

Color Harmonies of #63166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63166A

Black with #63166A

Text Example


Text Example

White with #63166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63166A; }

 p { color: rgb(99,22,106); }

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

background-color css

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

 a { background-color: rgb(99,22,106); }

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

border-color css

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

 span { border-color: rgb(99,22,106); }

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