Html Css Color HEX #63005D Palatinate Purple

📋 copy color: '#63005D'

red 99 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #63005D

Tints of Palatinate Purple #63005D

RGB

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

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

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

R = 51.56%
G = 0%
B = 48.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63005D (or 0x63005D) is known color: Palatinate Purple. HEX triplet: 63, 00 and 5D. RGB value is (99,0,93). Sum of RGB (Red+Green+Blue) = 99+0+93=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005D is #9CFFA2. Grayscale: #272727. Windows color (decimal): -10289059 or 6094947. OLE color: 6094947.

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

Color convert

RGB 99 0 93 -
CMYK 0 1 0.06 0.61
HSL 303.64º 1% 0.19% -
HSV(B) 303.64º 1% 0.39% -
XYZ 7.12 3.44 10.65 -
YUV 40.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 99 0 93 0 1 0.06 0.61 303.64 1 0.19
Hex 63 0 5D 0 64 6 3D 130 64 13
Octal 143 0 135 0 144 6 75 460 144 23
Binary 1100011 0 1011101 0 1100100 110 111101 100110000 1100100 10011

Color Harmonies of #63005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63005D

Black with #63005D

Text Example


Text Example

White with #63005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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