Html Css Color HEX #63385C Palatinate Purple

📋 copy color: '#63385C'

red 99 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #63385C

Tints of Palatinate Purple #63385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 40.08%
G = 22.67%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63385C (or 0x63385C) is known color: Palatinate Purple. HEX triplet: 63, 38 and 5C. RGB value is (99,56,92). Sum of RGB (Red+Green+Blue) = 99+56+92=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385C is #9CC7A3. Grayscale: #484848. Windows color (decimal): -10274724 or 6043747. OLE color: 6043747.

HSL color Cylindrical-coordinate representation of color #63385C: hue angle of 309.77º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63385C is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 56 92 -
CMYK 0 0.43 0.07 0.61
HSL 309.77º 0.28% 0.3% -
HSV(B) 309.77º 0.43% 0.39% -
XYZ 8.49 6.25 10.88 -
YUV 72.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 99 56 92 0 0.43 0.07 0.61 309.77 0.28 0.3
Hex 63 38 5C 0 2B 7 3D 136 1C 1E
Octal 143 70 134 0 53 7 75 466 34 36
Binary 1100011 111000 1011100 0 101011 111 111101 100110110 11100 11110

Color Harmonies of #63385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63385C

Black with #63385C

Text Example


Text Example

White with #63385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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