#630075

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

Shades of Purple #630075

Tints of Purple #630075

Color information

#630075 (or 0x630075) is unknown color: approx Purple. HEX triplet: 63, 00 and 75. RGB value is (99,0,117). Sum of RGB (Red+Green+Blue) = 99+0+117=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #630075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630075 is #9CFF8A. Grayscale: #2A2A2A. Windows color (decimal): -10289035 or 7667811. OLE color: 7667811.

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

Color convert

RGB990117-
CMYK0.15100.54
HSL290.77º100%22.94%-
HSV(B)290.77º100%45.88%-
XYZ8.363.9417.15-
YUV42.94169.8167.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=45.83%
G=0%
B=54.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9901170.15100.54290.7710022.94
Hex63075F640361236417
Octal14301651714406644314427
Binary110001101110101111111001000110110100100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630075; }

 p { color: rgb(99,0,117); }

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

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

 a { background-color: rgb(99,0,117); }

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

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

 span { border-color: rgb(99,0,117); }

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