Html Css Color HEX #63315A Palatinate Purple

📋 copy color: '#63315A'

red 99 ◦ green 49 ◦ blue 90

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

Shades of Palatinate Purple #63315A

Tints of Palatinate Purple #63315A

RGB

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

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

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

R = 41.6%
G = 20.59%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63315A (or 0x63315A) is known color: Palatinate Purple. HEX triplet: 63, 31 and 5A. RGB value is (99,49,90). Sum of RGB (Red+Green+Blue) = 99+49+90=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #63315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63315A is #9CCEA5. Grayscale: #444444. Windows color (decimal): -10276518 or 5910883. OLE color: 5910883.

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

Color convert

RGB 99 49 90 -
CMYK 0 0.51 0.09 0.61
HSL 310.8º 0.34% 0.29% -
HSV(B) 310.8º 0.51% 0.39% -
XYZ 8.09 5.59 10.32 -
YUV 68.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 99 49 90 0 0.51 0.09 0.61 310.8 0.34 0.29
Hex 63 31 5A 0 33 9 3D 137 22 1D
Octal 143 61 132 0 63 11 75 467 42 35
Binary 1100011 110001 1011010 0 110011 1001 111101 100110111 100010 11101

Color Harmonies of #63315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63315A

Black with #63315A

Text Example


Text Example

White with #63315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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