Html Css Color HEX #6D41AC Royal Purple

📋 copy color: '#6D41AC'

red 109 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #6D41AC

Tints of Royal Purple #6D41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 31.5%
G = 18.79%
B = 49.71%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D41AC (or 0x6D41AC) is known color: Royal Purple. HEX triplet: 6D, 41 and AC. RGB value is (109,65,172). Sum of RGB (Red+Green+Blue) = 109+65+172=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D41AC is #92BE53. Grayscale: #595959. Windows color (decimal): -9616980 or 11288941. OLE color: 11288941.

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

Color convert

RGB 109 65 172 -
CMYK 0.37 0.62 0 0.33
HSL 264.67º 0.45% 0.46% -
HSV(B) 264.67º 0.62% 0.67% -
XYZ 15.64 10.01 40.14 -
YUV 90.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 109 65 172 0.37 0.62 0 0.33 264.67 0.45 0.46
Hex 6D 41 AC 25 3E 0 21 109 2D 2E
Octal 155 101 254 45 76 0 41 411 55 56
Binary 1101101 1000001 10101100 100101 111110 0 100001 100001001 101101 101110

Color Harmonies of #6D41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D41AC

Black with #6D41AC

Text Example


Text Example

White with #6D41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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