#6936AD

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

Shades of Royal Purple #6936AD

Tints of Royal Purple #6936AD

Color information

#6936AD (or 0x6936AD) is unknown color: approx Royal Purple. HEX triplet: 69, 36 and AD. RGB value is (105,54,173). Sum of RGB (Red+Green+Blue) = 105+54+173=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #6936AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6936AD is #96C952. Grayscale: #525252. Windows color (decimal): -9881939 or 11351657. OLE color: 11351657.

HSL color Cylindrical-coordinate representation of color #6936AD: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6936AD is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10554173-
CMYK0.390.6900.32
HSL265.71º52.42%44.51%-
HSV(B)265.71º68.79%67.84%-
XYZ14.698.6640.43-
YUV82.82178.9143.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=31.63%
G=16.27%
B=52.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105541730.390.6900.32265.7152.4244.51
Hex6936AD274502010a342d
Octal15166255471050404126455
Binary11010011101101010110110011110001010100000100001010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6936AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6936AD; }

 p { color: rgb(105,54,173); }

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

<style>
 a { background-color: #6936AD; }

 a { background-color: rgb(105,54,173); }

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

<style>
 span { border-color: #6936AD; }

 span { border-color: rgb(105,54,173); }

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