Html Css Color HEX #630076 Purple

📋 copy color: '#630076'

red 99 ◦ green 0 ◦ blue 118

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

Shades of Purple #630076

Tints of Purple #630076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 45.62%
G = 0%
B = 54.38%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630076 (or 0x630076) is known color: Purple. HEX triplet: 63, 00 and 76. RGB value is (99,0,118). Sum of RGB (Red+Green+Blue) = 99+0+118=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #630076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630076 is #9CFF89. Grayscale: #2A2A2A. Windows color (decimal): -10289034 or 7733347. OLE color: 7733347.

HSL color Cylindrical-coordinate representation of color #630076: hue angle of 290.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630076 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 0 118 -
CMYK 0.16 1 0 0.54
HSL 290.34º 1% 0.23% -
HSV(B) 290.34º 1% 0.46% -
XYZ 8.42 3.96 17.46 -
YUV 43.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 99 0 118 0.16 1 0 0.54 290.34 1 0.23
Hex 63 0 76 10 64 0 36 122 64 17
Octal 143 0 166 20 144 0 66 442 144 27
Binary 1100011 0 1110110 10000 1100100 0 110110 100100010 1100100 10111

Color Harmonies of #630076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630076

Black with #630076

Text Example


Text Example

White with #630076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630076; }

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

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

background-color css

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

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

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

border-color css

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

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

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