#66469D

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

Shades of Royal Purple #66469D

Tints of Royal Purple #66469D

Color information

#66469D (or 0x66469D) is unknown color: approx Royal Purple. HEX triplet: 66, 46 and 9D. RGB value is (102,70,157). Sum of RGB (Red+Green+Blue) = 102+70+157=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #66469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469D is #99B962. Grayscale: #595959. Windows color (decimal): -10074467 or 10307174. OLE color: 10307174.

HSL color Cylindrical-coordinate representation of color #66469D: hue angle of 262.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66469D is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10270157-
CMYK0.350.5500.38
HSL262.07º38.33%44.51%-
HSV(B)262.07º55.41%61.57%-
XYZ13.769.6433.03-
YUV89.49166.1136.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=31.00%
G=21.28%
B=47.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102701570.350.5500.38262.0738.3344.51
Hex66469D2337026106262d
Octal14610623543670464064655
Binary11001101000110100111011000111101110100110100000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66469D; }

 p { color: rgb(102,70,157); }

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

<style>
 a { background-color: #66469D; }

 a { background-color: rgb(102,70,157); }

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

<style>
 span { border-color: #66469D; }

 span { border-color: rgb(102,70,157); }

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