#6638AE

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

Shades of Royal Purple #6638AE

Tints of Royal Purple #6638AE

Color information

#6638AE (or 0x6638AE) is unknown color: approx Royal Purple. HEX triplet: 66, 38 and AE. RGB value is (102,56,174). Sum of RGB (Red+Green+Blue) = 102+56+174=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #6638AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6638AE is #99C751. Grayscale: #525252. Windows color (decimal): -10078034 or 11417702. OLE color: 11417702.

HSL color Cylindrical-coordinate representation of color #6638AE: hue angle of 263.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6638AE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10256174-
CMYK0.410.6800.32
HSL263.39º51.3%45.1%-
HSV(B)263.39º67.82%68.24%-
XYZ14.538.7140.96-
YUV83.21179.24141.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=30.72%
G=16.87%
B=52.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102561740.410.6800.32263.3951.345.1
Hex6638AE2944020107332d
Octal14670256511040404076355
Binary11001101110001010111010100110001000100000100000111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6638AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6638AE; }

 p { color: rgb(102,56,174); }

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

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

 a { background-color: rgb(102,56,174); }

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

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

 span { border-color: rgb(102,56,174); }

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