Html Css Color HEX #63005B Palatinate Purple

📋 copy color: '#63005B'

red 99 ◦ green 0 ◦ blue 91

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

Shades of Palatinate Purple #63005B

Tints of Palatinate Purple #63005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.89%

R = 52.11%
G = 0%
B = 47.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63005B (or 0x63005B) is known color: Palatinate Purple. HEX triplet: 63, 00 and 5B. RGB value is (99,0,91). Sum of RGB (Red+Green+Blue) = 99+0+91=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005B is #9CFFA4. Grayscale: #272727. Windows color (decimal): -10289061 or 5963875. OLE color: 5963875.

HSL color Cylindrical-coordinate representation of color #63005B: hue angle of 304.85º 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 #63005B is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 91 -
CMYK 0 1 0.08 0.61
HSL 304.85º 1% 0.19% -
HSV(B) 304.85º 1% 0.39% -
XYZ 7.03 3.41 10.18 -
YUV 39.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 99 0 91 0 1 0.08 0.61 304.85 1 0.19
Hex 63 0 5B 0 64 8 3D 131 64 13
Octal 143 0 133 0 144 10 75 461 144 23
Binary 1100011 0 1011011 0 1100100 1000 111101 100110001 1100100 10011

Color Harmonies of #63005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63005B

Black with #63005B

Text Example


Text Example

White with #63005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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