#6D34AD

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

Shades of Royal Purple #6D34AD

Tints of Royal Purple #6D34AD

Color information

#6D34AD (or 0x6D34AD) is unknown color: approx Royal Purple. HEX triplet: 6D, 34 and AD. RGB value is (109,52,173). Sum of RGB (Red+Green+Blue) = 109+52+173=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D34AD is #92CB52. Grayscale: #525252. Windows color (decimal): -9620307 or 11351149. OLE color: 11351149.

HSL color Cylindrical-coordinate representation of color #6D34AD: hue angle of 268.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D34AD is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10952173-
CMYK0.370.7000.32
HSL268.26º53.78%44.12%-
HSV(B)268.26º69.94%67.84%-
XYZ15.088.7240.42-
YUV82.84178.88146.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=32.63%
G=15.57%
B=51.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109521730.370.7000.32268.2653.7844.12
Hex6D34AD254602010c362c
Octal15564255451060404146654
Binary11011011101001010110110010110001100100000100001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D34AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,173); }

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

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

 a { background-color: rgb(109,52,173); }

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

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

 span { border-color: rgb(109,52,173); }

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