#6E35AD

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

Shades of Royal Purple #6E35AD

Tints of Royal Purple #6E35AD

Color information

#6E35AD (or 0x6E35AD) is unknown color: approx Royal Purple. HEX triplet: 6E, 35 and AD. RGB value is (110,53,173). Sum of RGB (Red+Green+Blue) = 110+53+173=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E35AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E35AD is #91CA52. Grayscale: #535353. Windows color (decimal): -9554515 or 11351406. OLE color: 11351406.

HSL color Cylindrical-coordinate representation of color #6E35AD: hue angle of 268.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E35AD is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11053173-
CMYK0.360.6900.32
HSL268.5º53.1%44.31%-
HSV(B)268.5º69.36%67.84%-
XYZ15.258.8840.45-
YUV83.72178.38146.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=32.74%
G=15.77%
B=51.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110531730.360.6900.32268.553.144.31
Hex6E35AD244502010c352c
Octal15665255441050404146554
Binary11011101101011010110110010010001010100000100001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E35AD; }

 p { color: rgb(110,53,173); }

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

<style>
 a { background-color: #6E35AD; }

 a { background-color: rgb(110,53,173); }

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

<style>
 span { border-color: #6E35AD; }

 span { border-color: rgb(110,53,173); }

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