Html Css Color HEX #63355D Palatinate Purple

📋 copy color: '#63355D'

red 99 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #63355D

Tints of Palatinate Purple #63355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 40.41%
G = 21.63%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63355D (or 0x63355D) is known color: Palatinate Purple. HEX triplet: 63, 35 and 5D. RGB value is (99,53,93). Sum of RGB (Red+Green+Blue) = 99+53+93=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63355D is #9CCAA2. Grayscale: #474747. Windows color (decimal): -10275491 or 6108515. OLE color: 6108515.

HSL color Cylindrical-coordinate representation of color #63355D: hue angle of 307.83º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63355D is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 53 93 -
CMYK 0 0.46 0.06 0.61
HSL 307.83º 0.3% 0.3% -
HSV(B) 307.83º 0.46% 0.39% -
XYZ 8.39 5.99 11.07 -
YUV 71.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 99 53 93 0 0.46 0.06 0.61 307.83 0.3 0.3
Hex 63 35 5D 0 2E 6 3D 134 1E 1E
Octal 143 65 135 0 56 6 75 464 36 36
Binary 1100011 110101 1011101 0 101110 110 111101 100110100 11110 11110

Color Harmonies of #63355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63355D

Black with #63355D

Text Example


Text Example

White with #63355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63355D; }

 p { color: rgb(99,53,93); }

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

background-color css

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

 a { background-color: rgb(99,53,93); }

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

border-color css

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

 span { border-color: rgb(99,53,93); }

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