#630467

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

Shades of Purple #630467

Tints of Purple #630467

Color information

#630467 (or 0x630467) is unknown color: approx Purple. HEX triplet: 63, 04 and 67. RGB value is (99,4,103). Sum of RGB (Red+Green+Blue) = 99+4+103=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #630467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630467 is #9CFB98. Grayscale: #2B2B2B. Windows color (decimal): -10288025 or 6751331. OLE color: 6751331.

HSL color Cylindrical-coordinate representation of color #630467: hue angle of 297.58º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630467 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB994103-
CMYK0.040.9600.60
HSL297.58º92.52%20.98%-
HSV(B)297.58º96.12%40.39%-
XYZ7.643.7213.15-
YUV43.69161.47167.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 103 (40.62% from 255) = 50%
R=48.06%
G=1.94%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9941030.040.9600.60297.5892.5220.98
Hex6346746003C12a5d15
Octal1434147414007445213525
Binary1100011100110011110011000000111100100101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630467; }

 p { color: rgb(99,4,103); }

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

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

 a { background-color: rgb(99,4,103); }

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

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

 span { border-color: rgb(99,4,103); }

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