Html Css Color HEX #63085D Palatinate Purple

📋 copy color: '#63085D'

red 99 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #63085D

Tints of Palatinate Purple #63085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 49.5%
G = 4%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63085D (or 0x63085D) is known color: Palatinate Purple. HEX triplet: 63, 08 and 5D. RGB value is (99,8,93). Sum of RGB (Red+Green+Blue) = 99+8+93=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63085D is #9CF7A2. Grayscale: #2C2C2C. Windows color (decimal): -10287011 or 6096995. OLE color: 6096995.

HSL color Cylindrical-coordinate representation of color #63085D: hue angle of 303.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63085D is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 8 93 -
CMYK 0 0.92 0.06 0.61
HSL 303.96º 0.85% 0.21% -
HSV(B) 303.96º 0.92% 0.39% -
XYZ 7.21 3.62 10.67 -
YUV 44.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 99 8 93 0 0.92 0.06 0.61 303.96 0.85 0.21
Hex 63 8 5D 0 5C 6 3D 130 55 15
Octal 143 10 135 0 134 6 75 460 125 25
Binary 1100011 1000 1011101 0 1011100 110 111101 100110000 1010101 10101

Color Harmonies of #63085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63085D

Black with #63085D

Text Example


Text Example

White with #63085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63085D; }

 p { color: rgb(99,8,93); }

 H1.HeaderClassName
 {
   color: #63085D;
 }
 .AnyTagClassName
 {
   color: #63085D;
 }
</style>

background-color css

<style>
 a { background-color: #63085D; }

 a { background-color: rgb(99,8,93); }

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

border-color css

<style>
 span { border-color: #63085D; }

 span { border-color: rgb(99,8,93); }

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