Html Css Color HEX #63005E Palatinate Purple

📋 copy color: '#63005E'

red 99 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #63005E

Tints of Palatinate Purple #63005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.3%
G = 0%
B = 48.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63005E (or 0x63005E) is known color: Palatinate Purple. HEX triplet: 63, 00 and 5E. RGB value is (99,0,94). Sum of RGB (Red+Green+Blue) = 99+0+94=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005E is #9CFFA1. Grayscale: #282828. Windows color (decimal): -10289058 or 6160483. OLE color: 6160483.

HSL color Cylindrical-coordinate representation of color #63005E: hue angle of 303.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63005E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 94 -
CMYK 0 1 0.05 0.61
HSL 303.03º 1% 0.19% -
HSV(B) 303.03º 1% 0.39% -
XYZ 7.17 3.46 10.88 -
YUV 40.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 99 0 94 0 1 0.05 0.61 303.03 1 0.19
Hex 63 0 5E 0 64 5 3D 12F 64 13
Octal 143 0 136 0 144 5 75 457 144 23
Binary 1100011 0 1011110 0 1100100 101 111101 100101111 1100100 10011

Color Harmonies of #63005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63005E

Black with #63005E

Text Example


Text Example

White with #63005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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