Html Css Color HEX #63325C Palatinate Purple

📋 copy color: '#63325C'

red 99 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #63325C

Tints of Palatinate Purple #63325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 41.08%
G = 20.75%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63325C (or 0x63325C) is known color: Palatinate Purple. HEX triplet: 63, 32 and 5C. RGB value is (99,50,92). Sum of RGB (Red+Green+Blue) = 99+50+92=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63325C is #9CCDA3. Grayscale: #454545. Windows color (decimal): -10276260 or 6042211. OLE color: 6042211.

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

Color convert

RGB 99 50 92 -
CMYK 0 0.49 0.07 0.61
HSL 308.57º 0.33% 0.29% -
HSV(B) 308.57º 0.49% 0.39% -
XYZ 8.22 5.71 10.79 -
YUV 69.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 99 50 92 0 0.49 0.07 0.61 308.57 0.33 0.29
Hex 63 32 5C 0 31 7 3D 135 21 1D
Octal 143 62 134 0 61 7 75 465 41 35
Binary 1100011 110010 1011100 0 110001 111 111101 100110101 100001 11101

Color Harmonies of #63325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63325C

Black with #63325C

Text Example


Text Example

White with #63325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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