Html Css Color HEX #630376 Purple

📋 copy color: '#630376'

red 99 ◦ green 3 ◦ blue 118

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

Shades of Purple #630376

Tints of Purple #630376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 45%
G = 1.36%
B = 53.64%

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

#630376 (or 0x630376) is known color: Purple. HEX triplet: 63, 03 and 76. RGB value is (99,3,118). Sum of RGB (Red+Green+Blue) = 99+3+118=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #630376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630376 is #9CFC89. Grayscale: #2C2C2C. Windows color (decimal): -10288266 or 7734115. OLE color: 7734115.

HSL color Cylindrical-coordinate representation of color #630376: hue angle of 290.09º degrees, saturation: 0.95, 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 #630376 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 3 118 -
CMYK 0.16 0.97 0 0.54
HSL 290.09º 0.95% 0.24% -
HSV(B) 290.09º 0.97% 0.46% -
XYZ 8.45 4.03 17.47 -
YUV 44.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 99 3 118 0.16 0.97 0 0.54 290.09 0.95 0.24
Hex 63 3 76 10 61 0 36 122 5F 18
Octal 143 3 166 20 141 0 66 442 137 30
Binary 1100011 11 1110110 10000 1100001 0 110110 100100010 1011111 11000

Color Harmonies of #630376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630376

Black with #630376

Text Example


Text Example

White with #630376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630376; }

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

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

background-color css

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

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

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

border-color css

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

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

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