Html Css Color HEX #63375F Palatinate Purple

📋 copy color: '#63375F'

red 99 ◦ green 55 ◦ blue 95

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

Shades of Palatinate Purple #63375F

Tints of Palatinate Purple #63375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 39.76%
G = 22.09%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63375F (or 0x63375F) is known color: Palatinate Purple. HEX triplet: 63, 37 and 5F. RGB value is (99,55,95). Sum of RGB (Red+Green+Blue) = 99+55+95=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375F is #9CC8A0. Grayscale: #484848. Windows color (decimal): -10274977 or 6240099. OLE color: 6240099.

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

Color convert

RGB 99 55 95 -
CMYK 0 0.44 0.04 0.61
HSL 305.45º 0.29% 0.3% -
HSV(B) 305.45º 0.44% 0.39% -
XYZ 8.58 6.21 11.57 -
YUV 72.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 99 55 95 0 0.44 0.04 0.61 305.45 0.29 0.3
Hex 63 37 5F 0 2C 4 3D 131 1D 1E
Octal 143 67 137 0 54 4 75 461 35 36
Binary 1100011 110111 1011111 0 101100 100 111101 100110001 11101 11110

Color Harmonies of #63375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63375F

Black with #63375F

Text Example


Text Example

White with #63375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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