Html Css Color HEX #63085E Palatinate Purple

📋 copy color: '#63085E'

red 99 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #63085E

Tints of Palatinate Purple #63085E

RGB

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

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

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

R = 49.25%
G = 3.98%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63085E (or 0x63085E) is known color: Palatinate Purple. HEX triplet: 63, 08 and 5E. RGB value is (99,8,94). Sum of RGB (Red+Green+Blue) = 99+8+94=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63085E is #9CF7A1. Grayscale: #2C2C2C. Windows color (decimal): -10287010 or 6162531. OLE color: 6162531.

HSL color Cylindrical-coordinate representation of color #63085E: hue angle of 303.3º 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 #63085E is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 8 94 -
CMYK 0 0.92 0.05 0.61
HSL 303.3º 0.85% 0.21% -
HSV(B) 303.3º 0.92% 0.39% -
XYZ 7.25 3.63 10.91 -
YUV 45.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 99 8 94 0 0.92 0.05 0.61 303.3 0.85 0.21
Hex 63 8 5E 0 5C 5 3D 12F 55 15
Octal 143 10 136 0 134 5 75 457 125 25
Binary 1100011 1000 1011110 0 1011100 101 111101 100101111 1010101 10101

Color Harmonies of #63085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63085E

Black with #63085E

Text Example


Text Example

White with #63085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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