Html Css Color HEX #63385A Palatinate Purple

📋 copy color: '#63385A'

red 99 ◦ green 56 ◦ blue 90

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

Shades of Palatinate Purple #63385A

Tints of Palatinate Purple #63385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 40.41%
G = 22.86%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63385A (or 0x63385A) is known color: Palatinate Purple. HEX triplet: 63, 38 and 5A. RGB value is (99,56,90). Sum of RGB (Red+Green+Blue) = 99+56+90=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385A is #9CC7A5. Grayscale: #484848. Windows color (decimal): -10274726 or 5912675. OLE color: 5912675.

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

Color convert

RGB 99 56 90 -
CMYK 0 0.43 0.09 0.61
HSL 312.56º 0.28% 0.3% -
HSV(B) 312.56º 0.43% 0.39% -
XYZ 8.41 6.22 10.43 -
YUV 72.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 99 56 90 0 0.43 0.09 0.61 312.56 0.28 0.3
Hex 63 38 5A 0 2B 9 3D 139 1C 1E
Octal 143 70 132 0 53 11 75 471 34 36
Binary 1100011 111000 1011010 0 101011 1001 111101 100111001 11100 11110

Color Harmonies of #63385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63385A

Black with #63385A

Text Example


Text Example

White with #63385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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