Html Css Color HEX #63305C Palatinate Purple

📋 copy color: '#63305C'

red 99 ◦ green 48 ◦ blue 92

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

Shades of Palatinate Purple #63305C

Tints of Palatinate Purple #63305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 41.42%
G = 20.08%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63305C (or 0x63305C) is known color: Palatinate Purple. HEX triplet: 63, 30 and 5C. RGB value is (99,48,92). Sum of RGB (Red+Green+Blue) = 99+48+92=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63305C is #9CCFA3. Grayscale: #444444. Windows color (decimal): -10276772 or 6041699. OLE color: 6041699.

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

Color convert

RGB 99 48 92 -
CMYK 0 0.52 0.07 0.61
HSL 308.24º 0.35% 0.29% -
HSV(B) 308.24º 0.52% 0.39% -
XYZ 8.13 5.54 10.77 -
YUV 68.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 99 48 92 0 0.52 0.07 0.61 308.24 0.35 0.29
Hex 63 30 5C 0 34 7 3D 134 23 1D
Octal 143 60 134 0 64 7 75 464 43 35
Binary 1100011 110000 1011100 0 110100 111 111101 100110100 100011 11101

Color Harmonies of #63305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63305C

Black with #63305C

Text Example


Text Example

White with #63305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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