#630266

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

Shades of Purple #630266

Tints of Purple #630266

Color information

#630266 (or 0x630266) is unknown color: approx Purple. HEX triplet: 63, 02 and 66. RGB value is (99,2,102). Sum of RGB (Red+Green+Blue) = 99+2+102=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #630266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630266 is #9CFD99. Grayscale: #2A2A2A. Windows color (decimal): -10288538 or 6685283. OLE color: 6685283.

HSL color Cylindrical-coordinate representation of color #630266: hue angle of 298.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630266 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB992102-
CMYK0.030.9800.6
HSL298.2º96.15%20.39%-
HSV(B)298.2º98.04%40%-
XYZ7.573.6612.88-
YUV42.4161.64168.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=48.77%
G=0.99%
B=50.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9921020.030.9800.6298.296.1520.39
Hex6326636203C12a6014
Octal1432146314207445214024
Binary11000111011001101111000100111100100101010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630266; }

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

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

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

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

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

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

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

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