Html Css Color HEX #630476 Purple

📋 copy color: '#630476'

red 99 ◦ green 4 ◦ blue 118

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

Shades of Purple #630476

Tints of Purple #630476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 44.8%
G = 1.81%
B = 53.39%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630476 (or 0x630476) is known color: Purple. HEX triplet: 63, 04 and 76. RGB value is (99,4,118). Sum of RGB (Red+Green+Blue) = 99+4+118=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #630476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630476 is #9CFB89. Grayscale: #2D2D2D. Windows color (decimal): -10288010 or 7734371. OLE color: 7734371.

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

Color convert

RGB 99 4 118 -
CMYK 0.16 0.97 0 0.54
HSL 290º 0.93% 0.24% -
HSV(B) 290º 0.97% 0.46% -
XYZ 8.46 4.05 17.47 -
YUV 45.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 99 4 118 0.16 0.97 0 0.54 290 0.93 0.24
Hex 63 4 76 10 61 0 36 122 5D 18
Octal 143 4 166 20 141 0 66 442 135 30
Binary 1100011 100 1110110 10000 1100001 0 110110 100100010 1011101 11000

Color Harmonies of #630476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630476

Black with #630476

Text Example


Text Example

White with #630476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630476; }

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

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

background-color css

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

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

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

border-color css

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

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

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