#630B75

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

Shades of Purple #630B75

Tints of Purple #630B75

Color information

#630B75 (or 0x630B75) is unknown color: approx Purple. HEX triplet: 63, 0B and 75. RGB value is (99,11,117). Sum of RGB (Red+Green+Blue) = 99+11+117=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #630B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B75 is #9CF48A. Grayscale: #313131. Windows color (decimal): -10286219 or 7670627. OLE color: 7670627.

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

Color convert

RGB9911117-
CMYK0.150.9100.54
HSL289.81º82.81%25.1%-
HSV(B)289.81º90.6%45.88%-
XYZ8.484.1817.19-
YUV49.4166.15163.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=43.61%
G=4.85%
B=51.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99111170.150.9100.54289.8182.8125.1
Hex63B75F5B0361225319
Octal143131651713306644212331
Binary110001110111110101111110110110110110100100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630B75; }

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

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

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

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

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

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

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

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