Html Css Color HEX #630276 Purple

📋 copy color: '#630276'

red 99 ◦ green 2 ◦ blue 118

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

Shades of Purple #630276

Tints of Purple #630276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 45.21%
G = 0.91%
B = 53.88%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630276 (or 0x630276) is known color: Purple. HEX triplet: 63, 02 and 76. RGB value is (99,2,118). Sum of RGB (Red+Green+Blue) = 99+2+118=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #630276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630276 is #9CFD89. Grayscale: #2B2B2B. Windows color (decimal): -10288522 or 7733859. OLE color: 7733859.

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

Color convert

RGB 99 2 118 -
CMYK 0.16 0.98 0 0.54
HSL 290.17º 0.97% 0.24% -
HSV(B) 290.17º 0.98% 0.46% -
XYZ 8.44 4 17.47 -
YUV 44.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 99 2 118 0.16 0.98 0 0.54 290.17 0.97 0.24
Hex 63 2 76 10 62 0 36 122 61 18
Octal 143 2 166 20 142 0 66 442 141 30
Binary 1100011 10 1110110 10000 1100010 0 110110 100100010 1100001 11000

Color Harmonies of #630276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630276

Black with #630276

Text Example


Text Example

White with #630276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630276; }

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

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

background-color css

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

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

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

border-color css

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

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

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