#6947b1

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

Shades of Royal Purple #6947B1

Tints of Royal Purple #6947B1

Color information

#6947B1 (or 0x6947B1) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and B1. RGB value is (105,71,177). Sum of RGB (Red+Green+Blue) = 105+71+177=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #6947B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6947B1 is #96B84E. Grayscale: #5C5C5C. Windows color (decimal): -9877583 or 11618153. OLE color: 11618153.

HSL color Cylindrical-coordinate representation of color #6947B1: hue angle of 259.25º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6947B1 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10571177-
CMYK0.410.6000.31
HSL259.25º42.74%48.63%-
HSV(B)259.25º59.89%69.41%-
XYZ16.0110.6842.81-
YUV93.25175.26136.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=29.75%
G=20.11%
B=50.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105711770.410.6000.31259.2542.7448.63
Hex6947B1293C01F1032b31
Octal15110726151740374035361
Binary1101001100011110110001101001111100011111100000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6947b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6947b1; }

 p { color: rgb(105,71,177); }

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

<style>
 a { background-color: #6947b1; }

 a { background-color: rgb(105,71,177); }

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

<style>
 span { border-color: #6947b1; }

 span { border-color: rgb(105,71,177); }

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