Html Css Color HEX #6D3AAE Royal Purple

📋 copy color: '#6D3AAE'

red 109 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #6D3AAE

Tints of Royal Purple #6D3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.01%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 31.96%
G = 17.01%
B = 51.03%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D3AAE (or 0x6D3AAE) is known color: Royal Purple. HEX triplet: 6D, 3A and AE. RGB value is (109,58,174). Sum of RGB (Red+Green+Blue) = 109+58+174=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3AAE is #92C551. Grayscale: #565656. Windows color (decimal): -9618770 or 11418221. OLE color: 11418221.

HSL color Cylindrical-coordinate representation of color #6D3AAE: hue angle of 266.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3AAE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 58 174 -
CMYK 0.37 0.67 0 0.32
HSL 266.38º 0.5% 0.45% -
HSV(B) 266.38º 0.67% 0.68% -
XYZ 15.46 9.33 41.03 -
YUV 86.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 109 58 174 0.37 0.67 0 0.32 266.38 0.5 0.45
Hex 6D 3A AE 25 43 0 20 10A 32 2D
Octal 155 72 256 45 103 0 40 412 62 55
Binary 1101101 111010 10101110 100101 1000011 0 100000 100001010 110010 101101

Color Harmonies of #6D3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3AAE

Black with #6D3AAE

Text Example


Text Example

White with #6D3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,58,174); }

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

background-color css

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

 a { background-color: rgb(109,58,174); }

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

border-color css

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

 span { border-color: rgb(109,58,174); }

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