#662EAA

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

Shades of Royal Purple #662EAA

Tints of Royal Purple #662EAA

Color information

#662EAA (or 0x662EAA) is unknown color: approx Royal Purple. HEX triplet: 66, 2E and AA. RGB value is (102,46,170). Sum of RGB (Red+Green+Blue) = 102+46+170=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #662EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662EAA is #99D155. Grayscale: #4C4C4C. Windows color (decimal): -10080598 or 11152998. OLE color: 11152998.

HSL color Cylindrical-coordinate representation of color #662EAA: hue angle of 267.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662EAA is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10246170-
CMYK0.40.7300.33
HSL267.1º57.41%42.35%-
HSV(B)267.1º72.94%66.67%-
XYZ13.717.6838.79-
YUV76.88180.55145.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=32.08%
G=14.47%
B=53.46%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102461700.40.7300.33267.157.4142.35
Hex662EAA284902110b392a
Octal14656252501110414137152
Binary11001101011101010101010100010010010100001100001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662EAA; }

 p { color: rgb(102,46,170); }

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

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

 a { background-color: rgb(102,46,170); }

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

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

 span { border-color: rgb(102,46,170); }

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