Html Css Color HEX #63365A Palatinate Purple

📋 copy color: '#63365A'

red 99 ◦ green 54 ◦ blue 90

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

Shades of Palatinate Purple #63365A

Tints of Palatinate Purple #63365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 40.74%
G = 22.22%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63365A (or 0x63365A) is known color: Palatinate Purple. HEX triplet: 63, 36 and 5A. RGB value is (99,54,90). Sum of RGB (Red+Green+Blue) = 99+54+90=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365A is #9CC9A5. Grayscale: #474747. Windows color (decimal): -10275238 or 5912163. OLE color: 5912163.

HSL color Cylindrical-coordinate representation of color #63365A: hue angle of 312º 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 #63365A is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 54 90 -
CMYK 0 0.45 0.09 0.61
HSL 312º 0.29% 0.3% -
HSV(B) 312º 0.45% 0.39% -
XYZ 8.31 6.03 10.4 -
YUV 71.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 99 54 90 0 0.45 0.09 0.61 312 0.29 0.3
Hex 63 36 5A 0 2D 9 3D 138 1D 1E
Octal 143 66 132 0 55 11 75 470 35 36
Binary 1100011 110110 1011010 0 101101 1001 111101 100111000 11101 11110

Color Harmonies of #63365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63365A

Black with #63365A

Text Example


Text Example

White with #63365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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