Html Css Color HEX #63395D Palatinate Purple

📋 copy color: '#63395D'

red 99 ◦ green 57 ◦ blue 93

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

Shades of Palatinate Purple #63395D

Tints of Palatinate Purple #63395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 39.76%
G = 22.89%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63395D (or 0x63395D) is known color: Palatinate Purple. HEX triplet: 63, 39 and 5D. RGB value is (99,57,93). Sum of RGB (Red+Green+Blue) = 99+57+93=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63395D is #9CC6A2. Grayscale: #494949. Windows color (decimal): -10274467 or 6109539. OLE color: 6109539.

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

Color convert

RGB 99 57 93 -
CMYK 0 0.42 0.06 0.61
HSL 308.57º 0.27% 0.31% -
HSV(B) 308.57º 0.42% 0.39% -
XYZ 8.58 6.37 11.13 -
YUV 73.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 99 57 93 0 0.42 0.06 0.61 308.57 0.27 0.31
Hex 63 39 5D 0 2A 6 3D 135 1B 1F
Octal 143 71 135 0 52 6 75 465 33 37
Binary 1100011 111001 1011101 0 101010 110 111101 100110101 11011 11111

Color Harmonies of #63395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63395D

Black with #63395D

Text Example


Text Example

White with #63395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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