#630275

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

Shades of Purple #630275

Tints of Purple #630275

Color information

#630275 (or 0x630275) is unknown color: approx Purple. HEX triplet: 63, 02 and 75. RGB value is (99,2,117). Sum of RGB (Red+Green+Blue) = 99+2+117=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #630275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630275 is #9CFD8A. Grayscale: #2B2B2B. Windows color (decimal): -10288523 or 7668323. OLE color: 7668323.

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

Color convert

RGB992117-
CMYK0.150.9800.54
HSL290.61º96.64%23.33%-
HSV(B)290.61º98.29%45.88%-
XYZ8.383.9817.16-
YUV44.11169.14167.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=45.41%
G=0.92%
B=53.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9921170.150.9800.54290.6196.6423.33
Hex63275F620361236117
Octal14321651714206644314127
Binary1100011101110101111111000100110110100100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630275; }

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

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

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

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

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

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

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

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