#6930A1

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

Shades of Royal Purple #6930A1

Tints of Royal Purple #6930A1

Color information

#6930A1 (or 0x6930A1) is unknown color: approx Royal Purple. HEX triplet: 69, 30 and A1. RGB value is (105,48,161). Sum of RGB (Red+Green+Blue) = 105+48+161=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #6930A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6930A1 is #96CF5E. Grayscale: #4D4D4D. Windows color (decimal): -9883487 or 10563689. OLE color: 10563689.

HSL color Cylindrical-coordinate representation of color #6930A1: hue angle of 270.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6930A1 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10548161-
CMYK0.350.7000.37
HSL270.27º54.07%40.98%-
HSV(B)270.27º70.19%63.14%-
XYZ13.327.6934.5-
YUV77.92174.88147.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 161 (63.28% from 255) = 51.27%
R=33.44%
G=15.29%
B=51.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105481610.350.7000.37270.2754.0740.98
Hex6930A1234602510e3629
Octal15160241431060454166651
Binary11010011100001010000110001110001100100101100001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6930A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6930A1; }

 p { color: rgb(105,48,161); }

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

<style>
 a { background-color: #6930A1; }

 a { background-color: rgb(105,48,161); }

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

<style>
 span { border-color: #6930A1; }

 span { border-color: rgb(105,48,161); }

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