#662FA6

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

Shades of Royal Purple #662FA6

Tints of Royal Purple #662FA6

Color information

#662FA6 (or 0x662FA6) is unknown color: approx Royal Purple. HEX triplet: 66, 2F and A6. RGB value is (102,47,166). Sum of RGB (Red+Green+Blue) = 102+47+166=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #662FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662FA6 is #99D059. Grayscale: #4C4C4C. Windows color (decimal): -10080346 or 10891110. OLE color: 10891110.

HSL color Cylindrical-coordinate representation of color #662FA6: hue angle of 267.73º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #662FA6 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10247166-
CMYK0.390.7200.35
HSL267.73º55.87%41.76%-
HSV(B)267.73º71.69%65.1%-
XYZ13.387.6136.84-
YUV77.01178.22145.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 166 (65.23% from 255) = 52.70%
R=32.38%
G=14.92%
B=52.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102471660.390.7200.35267.7355.8741.76
Hex662FA6274802310c382a
Octal14657246471100434147052
Binary11001101011111010011010011110010000100011100001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,47,166); }

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

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

 a { background-color: rgb(102,47,166); }

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

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

 span { border-color: rgb(102,47,166); }

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