Html Css Color HEX #6D3AAC Royal Purple

📋 copy color: '#6D3AAC'

red 109 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #6D3AAC

Tints of Royal Purple #6D3AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 32.15%
G = 17.11%
B = 50.74%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D3AAC (or 0x6D3AAC) is known color: Royal Purple. HEX triplet: 6D, 3A and AC. RGB value is (109,58,172). Sum of RGB (Red+Green+Blue) = 109+58+172=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3AAC is #92C553. Grayscale: #555555. Windows color (decimal): -9618772 or 11287149. OLE color: 11287149.

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

Color convert

RGB 109 58 172 -
CMYK 0.37 0.66 0 0.33
HSL 266.84º 0.5% 0.45% -
HSV(B) 266.84º 0.66% 0.67% -
XYZ 15.27 9.26 40.01 -
YUV 86.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 109 58 172 0.37 0.66 0 0.33 266.84 0.5 0.45
Hex 6D 3A AC 25 42 0 21 10B 32 2D
Octal 155 72 254 45 102 0 41 413 62 55
Binary 1101101 111010 10101100 100101 1000010 0 100001 100001011 110010 101101

Color Harmonies of #6D3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3AAC

Black with #6D3AAC

Text Example


Text Example

White with #6D3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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