Html Css Color HEX #6D34AD Royal Purple

📋 copy color: '#6D34AD'

red 109 ◦ green 52 ◦ blue 173

#6D34AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6D34AD

Tints of Royal Purple #6D34AD

RGB

 RED value IS 109 (42.97% from 255) = 32.63%

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 32.63%
G = 15.57%
B = 51.8%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D34AD (or 0x6D34AD) is known color: 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

RGB 109 52 173 -
CMYK 0.37 0.70 0 0.32
HSL 268.26º 0.54% 0.44% -
HSV(B) 268.26º 0.7% 0.68% -
XYZ 15.08 8.72 40.42 -
YUV 82.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 109 52 173 0.37 0.70 0 0.32 268.26 0.54 0.44
Hex 6D 34 AD 25 46 0 20 10C 36 2C
Octal 155 64 255 45 106 0 40 414 66 54
Binary 1101101 110100 10101101 100101 1000110 0 100000 100001100 110110 101100

Color Harmonies of #6D34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D34AD

Black with #6D34AD

Text Example


Text Example

White with #6D34AD

Text Example


Text Example

HTML Codes & Css Web 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>