#6947AF

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

Shades of Royal Purple #6947AF

Tints of Royal Purple #6947AF

Color information

#6947AF (or 0x6947AF) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and AF. RGB value is (105,71,175). Sum of RGB (Red+Green+Blue) = 105+71+175=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #6947AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6947AF is #96B850. Grayscale: #5C5C5C. Windows color (decimal): -9877585 or 11487081. OLE color: 11487081.

HSL color Cylindrical-coordinate representation of color #6947AF: hue angle of 259.62º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6947AF is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10571175-
CMYK0.400.5900.31
HSL259.62º42.28%48.24%-
HSV(B)259.62º59.43%68.63%-
XYZ15.8210.641.77-
YUV93.02174.26136.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=29.91%
G=20.23%
B=49.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105711750.400.5900.31259.6242.2848.24
Hex6947AF283B01F1042a30
Octal15110725750730374045260
Binary1101001100011110101111101000111011011111100000100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6947AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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