#6933AD

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

Shades of Royal Purple #6933AD

Tints of Royal Purple #6933AD

Color information

#6933AD (or 0x6933AD) is unknown color: approx Royal Purple. HEX triplet: 69, 33 and AD. RGB value is (105,51,173). Sum of RGB (Red+Green+Blue) = 105+51+173=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #6933AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6933AD is #96CC52. Grayscale: #505050. Windows color (decimal): -9882707 or 11350889. OLE color: 11350889.

HSL color Cylindrical-coordinate representation of color #6933AD: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6933AD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10551173-
CMYK0.390.7100.32
HSL266.56º54.46%43.92%-
HSV(B)266.56º70.52%67.84%-
XYZ14.558.3940.39-
YUV81.05179.89145.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=31.91%
G=15.50%
B=52.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105511730.390.7100.32266.5654.4643.92
Hex6933AD274702010b362c
Octal15163255471070404136654
Binary11010011100111010110110011110001110100000100001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,51,173); }

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

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

 a { background-color: rgb(105,51,173); }

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

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

 span { border-color: rgb(105,51,173); }

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