#6641AD

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

Shades of Royal Purple #6641AD

Tints of Royal Purple #6641AD

Color information

#6641AD (or 0x6641AD) is unknown color: approx Royal Purple. HEX triplet: 66, 41 and AD. RGB value is (102,65,173). Sum of RGB (Red+Green+Blue) = 102+65+173=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6641AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6641AD is #99BE52. Grayscale: #575757. Windows color (decimal): -10075731 or 11354470. OLE color: 11354470.

HSL color Cylindrical-coordinate representation of color #6641AD: hue angle of 260.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6641AD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10265173-
CMYK0.410.6200.32
HSL260.56º45.38%46.67%-
HSV(B)260.56º62.43%67.84%-
XYZ14.919.6240.61-
YUV88.38175.76137.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=30%
G=19.12%
B=50.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102651730.410.6200.32260.5645.3846.67
Hex6641AD293E0201052d2f
Octal14610125551760404055557
Binary11001101000001101011011010011111100100000100000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6641AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6641AD; }

 p { color: rgb(102,65,173); }

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

<style>
 a { background-color: #6641AD; }

 a { background-color: rgb(102,65,173); }

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

<style>
 span { border-color: #6641AD; }

 span { border-color: rgb(102,65,173); }

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