#6931A4

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

Shades of Royal Purple #6931A4

Tints of Royal Purple #6931A4

Color information

#6931A4 (or 0x6931A4) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and A4. RGB value is (105,49,164). Sum of RGB (Red+Green+Blue) = 105+49+164=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #6931A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931A4 is #96CE5B. Grayscale: #4E4E4E. Windows color (decimal): -9883228 or 10760553. OLE color: 10760553.

HSL color Cylindrical-coordinate representation of color #6931A4: hue angle of 269.22º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6931A4 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10549164-
CMYK0.360.7000.36
HSL269.22º53.99%41.76%-
HSV(B)269.22º70.12%64.31%-
XYZ13.627.8835.92-
YUV78.85176.05146.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=33.02%
G=15.41%
B=51.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105491640.360.7000.36269.2253.9941.76
Hex6931A4244602410d362a
Octal15161244441060444156652
Binary11010011100011010010010010010001100100100100001101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6931A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6931A4; }

 p { color: rgb(105,49,164); }

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

<style>
 a { background-color: #6931A4; }

 a { background-color: rgb(105,49,164); }

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

<style>
 span { border-color: #6931A4; }

 span { border-color: rgb(105,49,164); }

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