Html Css Color HEX #63165C Palatinate Purple

📋 copy color: '#63165C'

red 99 ◦ green 22 ◦ blue 92

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

Shades of Palatinate Purple #63165C

Tints of Palatinate Purple #63165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.19%

R = 46.48%
G = 10.33%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63165C (or 0x63165C) is known color: Palatinate Purple. HEX triplet: 63, 16 and 5C. RGB value is (99,22,92). Sum of RGB (Red+Green+Blue) = 99+22+92=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63165C is #9CE9A3. Grayscale: #343434. Windows color (decimal): -10283428 or 6035043. OLE color: 6035043.

HSL color Cylindrical-coordinate representation of color #63165C: hue angle of 305.45º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63165C is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 92 -
CMYK 0 0.78 0.07 0.61
HSL 305.45º 0.64% 0.24% -
HSV(B) 305.45º 0.78% 0.39% -
XYZ 7.36 4 10.51 -
YUV 53 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 99 22 92 0 0.78 0.07 0.61 305.45 0.64 0.24
Hex 63 16 5C 0 4E 7 3D 131 40 18
Octal 143 26 134 0 116 7 75 461 100 30
Binary 1100011 10110 1011100 0 1001110 111 111101 100110001 1000000 11000

Color Harmonies of #63165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63165C

Black with #63165C

Text Example


Text Example

White with #63165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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