Html Css Color HEX #630060 Palatinate Purple

📋 copy color: '#630060'

red 99 ◦ green 0 ◦ blue 96

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

Shades of Palatinate Purple #630060

Tints of Palatinate Purple #630060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 50.77%
G = 0%
B = 49.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#630060 (or 0x630060) is known color: Palatinate Purple. HEX triplet: 63, 00 and 60. RGB value is (99,0,96). Sum of RGB (Red+Green+Blue) = 99+0+96=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #630060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630060 is #9CFF9F. Grayscale: #282828. Windows color (decimal): -10289056 or 6291555. OLE color: 6291555.

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

Color convert

RGB 99 0 96 -
CMYK 0 1 0.03 0.61
HSL 301.82º 1% 0.19% -
HSV(B) 301.82º 1% 0.39% -
XYZ 7.26 3.5 11.36 -
YUV 40.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 99 0 96 0 1 0.03 0.61 301.82 1 0.19
Hex 63 0 60 0 64 3 3D 12E 64 13
Octal 143 0 140 0 144 3 75 456 144 23
Binary 1100011 0 1100000 0 1100100 11 111101 100101110 1100100 10011

Color Harmonies of #630060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630060

Black with #630060

Text Example


Text Example

White with #630060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630060; }

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

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

background-color css

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

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

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

border-color css

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

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

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