#661C9E

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

Shades of Royal Purple #661C9E

Tints of Royal Purple #661C9E

Color information

#661C9E (or 0x661C9E) is unknown color: approx Royal Purple. HEX triplet: 66, 1C and 9E. RGB value is (102,28,158). Sum of RGB (Red+Green+Blue) = 102+28+158=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #661C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661C9E is #99E361. Grayscale: #404040. Windows color (decimal): -10085218 or 10361958. OLE color: 10361958.

HSL color Cylindrical-coordinate representation of color #661C9E: hue angle of 274.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661C9E is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10228158-
CMYK0.350.8200.38
HSL274.15º69.89%36.47%-
HSV(B)274.15º82.28%61.96%-
XYZ12.076.1232.89-
YUV64.95180.52154.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=35.42%
G=9.72%
B=54.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102281580.350.8200.38274.1569.8936.47
Hex661C9E23520261124624
Octal146342364312204642210644
Binary11001101110010011110100011101001001001101000100101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C9E; }

 p { color: rgb(102,28,158); }

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

<style>
 a { background-color: #661C9E; }

 a { background-color: rgb(102,28,158); }

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

<style>
 span { border-color: #661C9E; }

 span { border-color: rgb(102,28,158); }

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