#661B9B

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

Shades of Royal Purple #661B9B

Tints of Royal Purple #661B9B

Color information

#661B9B (or 0x661B9B) is unknown color: approx Royal Purple. HEX triplet: 66, 1B and 9B. RGB value is (102,27,155). Sum of RGB (Red+Green+Blue) = 102+27+155=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #661B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661B9B is #99E464. Grayscale: #3F3F3F. Windows color (decimal): -10085477 or 10165094. OLE color: 10165094.

HSL color Cylindrical-coordinate representation of color #661B9B: hue angle of 275.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661B9B is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10227155-
CMYK0.340.8300.39
HSL275.16º70.33%35.69%-
HSV(B)275.16º82.58%60.78%-
XYZ11.795.9831.54-
YUV64.02179.35155.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=35.92%
G=9.51%
B=54.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102271550.340.8300.39275.1670.3335.69
Hex661B9B22530271134624
Octal146332334212304742310644
Binary11001101101110011011100010101001101001111000100111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,155); }

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

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

 a { background-color: rgb(102,27,155); }

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

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

 span { border-color: rgb(102,27,155); }

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