#6943B5

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

Shades of Royal Purple #6943B5

Tints of Royal Purple #6943B5

Color information

#6943B5 (or 0x6943B5) is unknown color: approx Royal Purple. HEX triplet: 69, 43 and B5. RGB value is (105,67,181). Sum of RGB (Red+Green+Blue) = 105+67+181=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #6943B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6943B5 is #96BC4A. Grayscale: #5A5A5A. Windows color (decimal): -9878603 or 11879273. OLE color: 11879273.

HSL color Cylindrical-coordinate representation of color #6943B5: hue angle of 260º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6943B5 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10567181-
CMYK0.420.6300.29
HSL260º45.97%48.63%-
HSV(B)260º62.98%70.98%-
XYZ16.1710.3544.86-
YUV91.36178.59137.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 181 (71.09% from 255) = 51.27%
R=29.75%
G=18.98%
B=51.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105671810.420.6300.2926045.9748.63
Hex6943B52A3F01D1042e31
Octal15110326552770354045661
Binary1101001100001110110101101010111111011101100000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6943B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6943B5; }

 p { color: rgb(105,67,181); }

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

<style>
 a { background-color: #6943B5; }

 a { background-color: rgb(105,67,181); }

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

<style>
 span { border-color: #6943B5; }

 span { border-color: rgb(105,67,181); }

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