#63006C

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

Shades of Purple #63006C

Tints of Purple #63006C

Color information

#63006C (or 0x63006C) is unknown color: approx Purple. HEX triplet: 63, 00 and 6C. RGB value is (99,0,108). Sum of RGB (Red+Green+Blue) = 99+0+108=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #63006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63006C is #9CFF93. Grayscale: #292929. Windows color (decimal): -10289044 or 7077987. OLE color: 7077987.

HSL color Cylindrical-coordinate representation of color #63006C: hue angle of 295º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63006C is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB990108-
CMYK0.08100.58
HSL295º100%21.18%-
HSV(B)295º100%42.35%-
XYZ7.853.7414.49-
YUV41.91165.3168.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=47.83%
G=0%
B=52.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9901080.08100.5829510021.18
Hex6306C86403A1276415
Octal14301541014407244714425
Binary110001101101100100011001000111010100100111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63006C; }

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

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

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

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

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

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

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

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