Html Css Color HEX #6D3EAE Royal Purple

📋 copy color: '#6D3EAE'

red 109 ◦ green 62 ◦ blue 174

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

Shades of Royal Purple #6D3EAE

Tints of Royal Purple #6D3EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.97%

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

R = 31.59%
G = 17.97%
B = 50.43%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D3EAE (or 0x6D3EAE) is known color: Royal Purple. HEX triplet: 6D, 3E and AE. RGB value is (109,62,174). Sum of RGB (Red+Green+Blue) = 109+62+174=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3EAE is #92C151. Grayscale: #585858. Windows color (decimal): -9617746 or 11419245. OLE color: 11419245.

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

Color convert

RGB 109 62 174 -
CMYK 0.37 0.64 0 0.32
HSL 265.18º 0.47% 0.46% -
HSV(B) 265.18º 0.64% 0.68% -
XYZ 15.67 9.75 41.1 -
YUV 88.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 109 62 174 0.37 0.64 0 0.32 265.18 0.47 0.46
Hex 6D 3E AE 25 40 0 20 109 2F 2E
Octal 155 76 256 45 100 0 40 411 57 56
Binary 1101101 111110 10101110 100101 1000000 0 100000 100001001 101111 101110

Color Harmonies of #6D3EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EAE

Black with #6D3EAE

Text Example


Text Example

White with #6D3EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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