Html Css Color HEX #63375C Palatinate Purple

📋 copy color: '#63375C'

red 99 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #63375C

Tints of Palatinate Purple #63375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 40.24%
G = 22.36%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63375C (or 0x63375C) is known color: Palatinate Purple. HEX triplet: 63, 37 and 5C. RGB value is (99,55,92). Sum of RGB (Red+Green+Blue) = 99+55+92=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375C is #9CC8A3. Grayscale: #484848. Windows color (decimal): -10274980 or 6043491. OLE color: 6043491.

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

Color convert

RGB 99 55 92 -
CMYK 0 0.44 0.07 0.61
HSL 309.55º 0.29% 0.3% -
HSV(B) 309.55º 0.44% 0.39% -
XYZ 8.44 6.16 10.87 -
YUV 72.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 99 55 92 0 0.44 0.07 0.61 309.55 0.29 0.3
Hex 63 37 5C 0 2C 7 3D 136 1D 1E
Octal 143 67 134 0 54 7 75 466 35 36
Binary 1100011 110111 1011100 0 101100 111 111101 100110110 11101 11110

Color Harmonies of #63375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63375C

Black with #63375C

Text Example


Text Example

White with #63375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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