#6939AB

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

Shades of Royal Purple #6939AB

Tints of Royal Purple #6939AB

Color information

#6939AB (or 0x6939AB) is unknown color: approx Royal Purple. HEX triplet: 69, 39 and AB. RGB value is (105,57,171). Sum of RGB (Red+Green+Blue) = 105+57+171=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #6939AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6939AB is #96C654. Grayscale: #535353. Windows color (decimal): -9881173 or 11221353. OLE color: 11221353.

HSL color Cylindrical-coordinate representation of color #6939AB: hue angle of 265.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6939AB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10557171-
CMYK0.390.6700.33
HSL265.26º50%44.71%-
HSV(B)265.26º66.67%67.06%-
XYZ14.648.8739.47-
YUV84.35176.9142.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=31.53%
G=17.12%
B=51.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105571710.390.6700.33265.265044.71
Hex6939AB2743021109322d
Octal15171253471030414116255
Binary11010011110011010101110011110000110100001100001001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6939AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6939AB; }

 p { color: rgb(105,57,171); }

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

<style>
 a { background-color: #6939AB; }

 a { background-color: rgb(105,57,171); }

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

<style>
 span { border-color: #6939AB; }

 span { border-color: rgb(105,57,171); }

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