#6939AF

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

Shades of Royal Purple #6939AF

Tints of Royal Purple #6939AF

Color information

#6939AF (or 0x6939AF) is unknown color: approx Royal Purple. HEX triplet: 69, 39 and AF. RGB value is (105,57,175). Sum of RGB (Red+Green+Blue) = 105+57+175=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #6939AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6939AF is #96C650. Grayscale: #545454. Windows color (decimal): -9881169 or 11483497. OLE color: 11483497.

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

Color convert

RGB10557175-
CMYK0.400.6700.31
HSL264.41º50.86%45.49%-
HSV(B)264.41º67.43%68.63%-
XYZ15.039.0241.51-
YUV84.8178.9142.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=31.16%
G=16.91%
B=51.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105571750.400.6700.31264.4150.8645.49
Hex6939AF284301F108332d
Octal15171257501030374106355
Binary1101001111001101011111010001000011011111100001000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6939AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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