Html Css Color HEX #63105A Palatinate Purple

📋 copy color: '#63105A'

red 99 ◦ green 16 ◦ blue 90

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

Shades of Palatinate Purple #63105A

Tints of Palatinate Purple #63105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

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

R = 48.29%
G = 7.8%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63105A (or 0x63105A) is known color: Palatinate Purple. HEX triplet: 63, 10 and 5A. RGB value is (99,16,90). Sum of RGB (Red+Green+Blue) = 99+16+90=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #63105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63105A is #9CEFA5. Grayscale: #313131. Windows color (decimal): -10284966 or 5902435. OLE color: 5902435.

HSL color Cylindrical-coordinate representation of color #63105A: hue angle of 306.51º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63105A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 90 -
CMYK 0 0.84 0.09 0.61
HSL 306.51º 0.72% 0.23% -
HSV(B) 306.51º 0.84% 0.39% -
XYZ 7.18 3.76 10.02 -
YUV 49.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 99 16 90 0 0.84 0.09 0.61 306.51 0.72 0.23
Hex 63 10 5A 0 54 9 3D 133 48 17
Octal 143 20 132 0 124 11 75 463 110 27
Binary 1100011 10000 1011010 0 1010100 1001 111101 100110011 1001000 10111

Color Harmonies of #63105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63105A

Black with #63105A

Text Example


Text Example

White with #63105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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