Html Css Color HEX #63375D Palatinate Purple

📋 copy color: '#63375D'

red 99 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #63375D

Tints of Palatinate Purple #63375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

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

R = 40.08%
G = 22.27%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63375D (or 0x63375D) is known color: Palatinate Purple. HEX triplet: 63, 37 and 5D. RGB value is (99,55,93). Sum of RGB (Red+Green+Blue) = 99+55+93=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375D is #9CC8A2. Grayscale: #484848. Windows color (decimal): -10274979 or 6109027. OLE color: 6109027.

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

Color convert

RGB 99 55 93 -
CMYK 0 0.44 0.06 0.61
HSL 308.18º 0.29% 0.3% -
HSV(B) 308.18º 0.44% 0.39% -
XYZ 8.49 6.18 11.1 -
YUV 72.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 99 55 93 0 0.44 0.06 0.61 308.18 0.29 0.3
Hex 63 37 5D 0 2C 6 3D 134 1D 1E
Octal 143 67 135 0 54 6 75 464 35 36
Binary 1100011 110111 1011101 0 101100 110 111101 100110100 11101 11110

Color Harmonies of #63375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63375D

Black with #63375D

Text Example


Text Example

White with #63375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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