Html Css Color HEX #6D32AC Royal Purple

📋 copy color: '#6D32AC'

red 109 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6D32AC

Tints of Royal Purple #6D32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 32.93%
G = 15.11%
B = 51.96%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D32AC (or 0x6D32AC) is known color: Royal Purple. HEX triplet: 6D, 32 and AC. RGB value is (109,50,172). Sum of RGB (Red+Green+Blue) = 109+50+172=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D32AC is #92CD53. Grayscale: #515151. Windows color (decimal): -9620820 or 11285101. OLE color: 11285101.

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

Color convert

RGB 109 50 172 -
CMYK 0.37 0.71 0 0.33
HSL 269.02º 0.55% 0.44% -
HSV(B) 269.02º 0.71% 0.67% -
XYZ 14.89 8.51 39.89 -
YUV 81.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 109 50 172 0.37 0.71 0 0.33 269.02 0.55 0.44
Hex 6D 32 AC 25 47 0 21 10D 37 2C
Octal 155 62 254 45 107 0 41 415 67 54
Binary 1101101 110010 10101100 100101 1000111 0 100001 100001101 110111 101100

Color Harmonies of #6D32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D32AC

Black with #6D32AC

Text Example


Text Example

White with #6D32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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