Html Css Color HEX #63105F Palatinate Purple

📋 copy color: '#63105F'

red 99 ◦ green 16 ◦ blue 95

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

Shades of Palatinate Purple #63105F

Tints of Palatinate Purple #63105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 47.14%
G = 7.62%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63105F (or 0x63105F) is known color: Palatinate Purple. HEX triplet: 63, 10 and 5F. RGB value is (99,16,95). Sum of RGB (Red+Green+Blue) = 99+16+95=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63105F is #9CEFA0. Grayscale: #313131. Windows color (decimal): -10284961 or 6230115. OLE color: 6230115.

HSL color Cylindrical-coordinate representation of color #63105F: hue angle of 302.89º 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 #63105F is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 95 -
CMYK 0 0.84 0.04 0.61
HSL 302.89º 0.72% 0.23% -
HSV(B) 302.89º 0.84% 0.39% -
XYZ 7.4 3.85 11.18 -
YUV 49.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 99 16 95 0 0.84 0.04 0.61 302.89 0.72 0.23
Hex 63 10 5F 0 54 4 3D 12F 48 17
Octal 143 20 137 0 124 4 75 457 110 27
Binary 1100011 10000 1011111 0 1010100 100 111101 100101111 1001000 10111

Color Harmonies of #63105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63105F

Black with #63105F

Text Example


Text Example

White with #63105F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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