Html Css Color HEX #630063 Purple

📋 copy color: '#630063'

red 99 ◦ green 0 ◦ blue 99

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

Shades of Purple #630063

Tints of Purple #630063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#630063 (or 0x630063) is known color: Purple. HEX triplet: 63, 00 and 63. RGB value is (99,0,99). Sum of RGB (Red+Green+Blue) = 99+0+99=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630063 is #9CFF9C. Grayscale: #282828. Windows color (decimal): -10289053 or 6488163. OLE color: 6488163.

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

Color convert

RGB 99 0 99 -
CMYK 0 1 0 0.61
HSL 300º 1% 0.19% -
HSV(B) 300º 1% 0.39% -
XYZ 7.4 3.55 12.1 -
YUV 40.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 99 0 99 0 1 0 0.61 300 1 0.19
Hex 63 0 63 0 64 0 3D 12C 64 13
Octal 143 0 143 0 144 0 75 454 144 23
Binary 1100011 0 1100011 0 1100100 0 111101 100101100 1100100 10011

Color Harmonies of #630063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630063

Black with #630063

Text Example


Text Example

White with #630063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630063; }

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

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

background-color css

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

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

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

border-color css

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

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

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