Html Css Color HEX #63315E Palatinate Purple

📋 copy color: '#63315E'

red 99 ◦ green 49 ◦ blue 94

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

Shades of Palatinate Purple #63315E

Tints of Palatinate Purple #63315E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

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

R = 40.91%
G = 20.25%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63315E (or 0x63315E) is known color: Palatinate Purple. HEX triplet: 63, 31 and 5E. RGB value is (99,49,94). Sum of RGB (Red+Green+Blue) = 99+49+94=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63315E is #9CCEA1. Grayscale: #444444. Windows color (decimal): -10276514 or 6173027. OLE color: 6173027.

HSL color Cylindrical-coordinate representation of color #63315E: hue angle of 306º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63315E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 49 94 -
CMYK 0 0.51 0.05 0.61
HSL 306º 0.34% 0.29% -
HSV(B) 306º 0.51% 0.39% -
XYZ 8.26 5.66 11.25 -
YUV 69.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 99 49 94 0 0.51 0.05 0.61 306 0.34 0.29
Hex 63 31 5E 0 33 5 3D 132 22 1D
Octal 143 61 136 0 63 5 75 462 42 35
Binary 1100011 110001 1011110 0 110011 101 111101 100110010 100010 11101

Color Harmonies of #63315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63315E

Black with #63315E

Text Example


Text Example

White with #63315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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