Html Css Color HEX #63375B Palatinate Purple

📋 copy color: '#63375B'

red 99 ◦ green 55 ◦ blue 91

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

Shades of Palatinate Purple #63375B

Tints of Palatinate Purple #63375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 40.41%
G = 22.45%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63375B (or 0x63375B) is known color: Palatinate Purple. HEX triplet: 63, 37 and 5B. RGB value is (99,55,91). Sum of RGB (Red+Green+Blue) = 99+55+91=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375B is #9CC8A4. Grayscale: #484848. Windows color (decimal): -10274981 or 5977955. OLE color: 5977955.

HSL color Cylindrical-coordinate representation of color #63375B: hue angle of 310.91º 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 #63375B is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 91 -
CMYK 0 0.44 0.08 0.61
HSL 310.91º 0.29% 0.3% -
HSV(B) 310.91º 0.44% 0.39% -
XYZ 8.4 6.14 10.64 -
YUV 72.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 99 55 91 0 0.44 0.08 0.61 310.91 0.29 0.3
Hex 63 37 5B 0 2C 8 3D 137 1D 1E
Octal 143 67 133 0 54 10 75 467 35 36
Binary 1100011 110111 1011011 0 101100 1000 111101 100110111 11101 11110

Color Harmonies of #63375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63375B

Black with #63375B

Text Example


Text Example

White with #63375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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