#6631AB

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

Shades of Royal Purple #6631AB

Tints of Royal Purple #6631AB

Color information

#6631AB (or 0x6631AB) is unknown color: approx Royal Purple. HEX triplet: 66, 31 and AB. RGB value is (102,49,171). Sum of RGB (Red+Green+Blue) = 102+49+171=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #6631AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6631AB is #99CE54. Grayscale: #4E4E4E. Windows color (decimal): -10079829 or 11219302. OLE color: 11219302.

HSL color Cylindrical-coordinate representation of color #6631AB: hue angle of 266.07º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6631AB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10249171-
CMYK0.400.7100.33
HSL266.07º55.45%43.14%-
HSV(B)266.07º71.35%67.06%-
XYZ13.937.9639.33-
YUV78.76180.06144.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=31.68%
G=15.22%
B=53.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102491710.400.7100.33266.0755.4543.14
Hex6631AB284702110a372b
Octal14661253501070414126753
Binary11001101100011010101110100010001110100001100001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6631AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6631AB; }

 p { color: rgb(102,49,171); }

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

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

 a { background-color: rgb(102,49,171); }

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

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

 span { border-color: rgb(102,49,171); }

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