Html Css Color HEX #6E34AD Royal Purple

📋 copy color: '#6E34AD'

red 110 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #6E34AD

Tints of Royal Purple #6E34AD

RGB

 RED value IS 110 (43.36% from 255) = 32.84%

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

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

R = 32.84%
G = 15.52%
B = 51.64%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E34AD (or 0x6E34AD) is known color: Royal Purple. HEX triplet: 6E, 34 and AD. RGB value is (110,52,173). Sum of RGB (Red+Green+Blue) = 110+52+173=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E34AD is #91CB52. Grayscale: #525252. Windows color (decimal): -9554771 or 11351150. OLE color: 11351150.

HSL color Cylindrical-coordinate representation of color #6E34AD: hue angle of 268.76º 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 #6E34AD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 52 173 -
CMYK 0.36 0.70 0 0.32
HSL 268.76º 0.54% 0.44% -
HSV(B) 268.76º 0.7% 0.68% -
XYZ 15.2 8.79 40.43 -
YUV 83.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 110 52 173 0.36 0.70 0 0.32 268.76 0.54 0.44
Hex 6E 34 AD 24 46 0 20 10D 36 2C
Octal 156 64 255 44 106 0 40 415 66 54
Binary 1101110 110100 10101101 100100 1000110 0 100000 100001101 110110 101100

Color Harmonies of #6E34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E34AD

Black with #6E34AD

Text Example


Text Example

White with #6E34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E34AD;
 }
 .AnyTagClassName
 {
   color: #6E34AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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