Html Css Color HEX #6D31AC Royal Purple

📋 copy color: '#6D31AC'

red 109 ◦ green 49 ◦ blue 172

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

Shades of Royal Purple #6D31AC

Tints of Royal Purple #6D31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 33.03%
G = 14.85%
B = 52.12%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D31AC (or 0x6D31AC) is known color: Royal Purple. HEX triplet: 6D, 31 and AC. RGB value is (109,49,172). Sum of RGB (Red+Green+Blue) = 109+49+172=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D31AC is #92CE53. Grayscale: #505050. Windows color (decimal): -9621076 or 11284845. OLE color: 11284845.

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

Color convert

RGB 109 49 172 -
CMYK 0.37 0.72 0 0.33
HSL 269.27º 0.56% 0.43% -
HSV(B) 269.27º 0.72% 0.67% -
XYZ 14.85 8.43 39.87 -
YUV 80.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 109 49 172 0.37 0.72 0 0.33 269.27 0.56 0.43
Hex 6D 31 AC 25 48 0 21 10D 38 2B
Octal 155 61 254 45 110 0 41 415 70 53
Binary 1101101 110001 10101100 100101 1001000 0 100001 100001101 111000 101011

Color Harmonies of #6D31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D31AC

Black with #6D31AC

Text Example


Text Example

White with #6D31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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