#6944AF

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

Shades of Royal Purple #6944AF

Tints of Royal Purple #6944AF

Color information

#6944AF (or 0x6944AF) is unknown color: approx Royal Purple. HEX triplet: 69, 44 and AF. RGB value is (105,68,175). Sum of RGB (Red+Green+Blue) = 105+68+175=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #6944AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6944AF is #96BB50. Grayscale: #5A5A5A. Windows color (decimal): -9878353 or 11486313. OLE color: 11486313.

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

Color convert

RGB10568175-
CMYK0.400.6100.31
HSL260.75º44.03%47.65%-
HSV(B)260.75º61.14%68.63%-
XYZ15.6310.2341.71-
YUV91.26175.26137.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=30.17%
G=19.54%
B=50.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105681750.400.6100.31260.7544.0347.65
Hex6944AF283D01F1052c30
Octal15110425750750374055460
Binary1101001100010010101111101000111101011111100000101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6944AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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