Html Css Color HEX #63385E Palatinate Purple

📋 copy color: '#63385E'

red 99 ◦ green 56 ◦ blue 94

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

Shades of Palatinate Purple #63385E

Tints of Palatinate Purple #63385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 39.76%
G = 22.49%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63385E (or 0x63385E) is known color: Palatinate Purple. HEX triplet: 63, 38 and 5E. RGB value is (99,56,94). Sum of RGB (Red+Green+Blue) = 99+56+94=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385E is #9CC7A1. Grayscale: #494949. Windows color (decimal): -10274722 or 6174819. OLE color: 6174819.

HSL color Cylindrical-coordinate representation of color #63385E: hue angle of 306.98º 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 #63385E is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 56 94 -
CMYK 0 0.43 0.05 0.61
HSL 306.98º 0.28% 0.3% -
HSV(B) 306.98º 0.43% 0.39% -
XYZ 8.58 6.29 11.35 -
YUV 73.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 99 56 94 0 0.43 0.05 0.61 306.98 0.28 0.3
Hex 63 38 5E 0 2B 5 3D 133 1C 1E
Octal 143 70 136 0 53 5 75 463 34 36
Binary 1100011 111000 1011110 0 101011 101 111101 100110011 11100 11110

Color Harmonies of #63385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63385E

Black with #63385E

Text Example


Text Example

White with #63385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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