#6630AB

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

Shades of Royal Purple #6630AB

Tints of Royal Purple #6630AB

Color information

#6630AB (or 0x6630AB) is unknown color: approx Royal Purple. HEX triplet: 66, 30 and AB. RGB value is (102,48,171). Sum of RGB (Red+Green+Blue) = 102+48+171=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #6630AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6630AB is #99CF54. Grayscale: #4D4D4D. Windows color (decimal): -10080085 or 11219046. OLE color: 11219046.

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

Color convert

RGB10248171-
CMYK0.400.7200.33
HSL266.34º56.16%42.94%-
HSV(B)266.34º71.93%67.06%-
XYZ13.897.8839.32-
YUV78.17180.39145-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=31.78%
G=14.95%
B=53.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102481710.400.7200.33266.3456.1642.94
Hex6630AB284802110a382b
Octal14660253501100414127053
Binary11001101100001010101110100010010000100001100001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6630AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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