Html Css Color HEX #630176 Purple

📋 copy color: '#630176'

red 99 ◦ green 1 ◦ blue 118

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

Shades of Purple #630176

Tints of Purple #630176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 45.41%
G = 0.46%
B = 54.13%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630176 (or 0x630176) is known color: Purple. HEX triplet: 63, 01 and 76. RGB value is (99,1,118). Sum of RGB (Red+Green+Blue) = 99+1+118=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #630176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630176 is #9CFE89. Grayscale: #2B2B2B. Windows color (decimal): -10288778 or 7733603. OLE color: 7733603.

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

Color convert

RGB 99 1 118 -
CMYK 0.16 0.99 0 0.54
HSL 290.26º 0.98% 0.23% -
HSV(B) 290.26º 0.99% 0.46% -
XYZ 8.43 3.98 17.46 -
YUV 43.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 99 1 118 0.16 0.99 0 0.54 290.26 0.98 0.23
Hex 63 1 76 10 63 0 36 122 62 17
Octal 143 1 166 20 143 0 66 442 142 27
Binary 1100011 1 1110110 10000 1100011 0 110110 100100010 1100010 10111

Color Harmonies of #630176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630176

Black with #630176

Text Example


Text Example

White with #630176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630176; }

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

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

background-color css

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

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

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

border-color css

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

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

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