#6935AE

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

Shades of Royal Purple #6935AE

Tints of Royal Purple #6935AE

Color information

#6935AE (or 0x6935AE) is unknown color: approx Royal Purple. HEX triplet: 69, 35 and AE. RGB value is (105,53,174). Sum of RGB (Red+Green+Blue) = 105+53+174=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #6935AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6935AE is #96CA51. Grayscale: #515151. Windows color (decimal): -9882194 or 11416937. OLE color: 11416937.

HSL color Cylindrical-coordinate representation of color #6935AE: hue angle of 265.79º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6935AE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10553174-
CMYK0.400.7000.32
HSL265.79º53.3%44.51%-
HSV(B)265.79º69.54%68.24%-
XYZ14.748.6140.93-
YUV82.34179.73144.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=31.63%
G=15.96%
B=52.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105531740.400.7000.32265.7953.344.51
Hex6935AE284602010a352d
Octal15165256501060404126555
Binary11010011101011010111010100010001100100000100001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6935AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6935AE; }

 p { color: rgb(105,53,174); }

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

<style>
 a { background-color: #6935AE; }

 a { background-color: rgb(105,53,174); }

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

<style>
 span { border-color: #6935AE; }

 span { border-color: rgb(105,53,174); }

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