Html Css Color HEX #63005F Palatinate Purple

📋 copy color: '#63005F'

red 99 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #63005F

Tints of Palatinate Purple #63005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 51.03%
G = 0%
B = 48.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63005F (or 0x63005F) is known color: Palatinate Purple. HEX triplet: 63, 00 and 5F. RGB value is (99,0,95). Sum of RGB (Red+Green+Blue) = 99+0+95=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005F is #9CFFA0. Grayscale: #282828. Windows color (decimal): -10289057 or 6226019. OLE color: 6226019.

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

Color convert

RGB 99 0 95 -
CMYK 0 1 0.04 0.61
HSL 302.42º 1% 0.19% -
HSV(B) 302.42º 1% 0.39% -
XYZ 7.21 3.48 11.12 -
YUV 40.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 99 0 95 0 1 0.04 0.61 302.42 1 0.19
Hex 63 0 5F 0 64 4 3D 12E 64 13
Octal 143 0 137 0 144 4 75 456 144 23
Binary 1100011 0 1011111 0 1100100 100 111101 100101110 1100100 10011

Color Harmonies of #63005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63005F

Black with #63005F

Text Example


Text Example

White with #63005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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