#630277

Color #630277 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #630277

Tints of Purple #630277

Color information

#630277 (or 0x630277) is unknown color: approx Purple. HEX triplet: 63, 02 and 77. RGB value is (99,2,119). Sum of RGB (Red+Green+Blue) = 99+2+119=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #630277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630277 is #9CFD88. Grayscale: #2B2B2B. Windows color (decimal): -10288521 or 7799395. OLE color: 7799395.

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

Color convert

RGB992119-
CMYK0.170.9800.53
HSL289.74º96.69%23.73%-
HSV(B)289.74º98.32%46.67%-
XYZ8.54.0317.78-
YUV44.34170.14166.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=45%
G=0.91%
B=54.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9921190.170.9800.53289.7496.6923.73
Hex6327711620351226118
Octal14321672114206544214130
Binary11000111011101111000111000100110101100100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630277; }

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

 H1.HeaderClassName
 {
   color: #630277;
 }
 .AnyTagClassName
 {
   color: #630277;
 }
</style>
background-color css

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

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

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

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

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

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