Html Css Color HEX #63365C Palatinate Purple

📋 copy color: '#63365C'

red 99 ◦ green 54 ◦ blue 92

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

Shades of Palatinate Purple #63365C

Tints of Palatinate Purple #63365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 40.41%
G = 22.04%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63365C (or 0x63365C) is known color: Palatinate Purple. HEX triplet: 63, 36 and 5C. RGB value is (99,54,92). Sum of RGB (Red+Green+Blue) = 99+54+92=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365C is #9CC9A3. Grayscale: #474747. Windows color (decimal): -10275236 or 6043235. OLE color: 6043235.

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

Color convert

RGB 99 54 92 -
CMYK 0 0.45 0.07 0.61
HSL 309.33º 0.29% 0.3% -
HSV(B) 309.33º 0.45% 0.39% -
XYZ 8.4 6.06 10.85 -
YUV 71.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 99 54 92 0 0.45 0.07 0.61 309.33 0.29 0.3
Hex 63 36 5C 0 2D 7 3D 135 1D 1E
Octal 143 66 134 0 55 7 75 465 35 36
Binary 1100011 110110 1011100 0 101101 111 111101 100110101 11101 11110

Color Harmonies of #63365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63365C

Black with #63365C

Text Example


Text Example

White with #63365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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