Html Css Color HEX #6D3CAE Royal Purple

📋 copy color: '#6D3CAE'

red 109 ◦ green 60 ◦ blue 174

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

Shades of Royal Purple #6D3CAE

Tints of Royal Purple #6D3CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

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

R = 31.78%
G = 17.49%
B = 50.73%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D3CAE (or 0x6D3CAE) is known color: Royal Purple. HEX triplet: 6D, 3C and AE. RGB value is (109,60,174). Sum of RGB (Red+Green+Blue) = 109+60+174=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3CAE is #92C351. Grayscale: #575757. Windows color (decimal): -9618258 or 11418733. OLE color: 11418733.

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

Color convert

RGB 109 60 174 -
CMYK 0.37 0.66 0 0.32
HSL 265.79º 0.49% 0.46% -
HSV(B) 265.79º 0.66% 0.68% -
XYZ 15.56 9.54 41.07 -
YUV 87.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 109 60 174 0.37 0.66 0 0.32 265.79 0.49 0.46
Hex 6D 3C AE 25 42 0 20 10A 31 2E
Octal 155 74 256 45 102 0 40 412 61 56
Binary 1101101 111100 10101110 100101 1000010 0 100000 100001010 110001 101110

Color Harmonies of #6D3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CAE

Black with #6D3CAE

Text Example


Text Example

White with #6D3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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