Html Css Color HEX #6D32AA Royal Purple

📋 copy color: '#6D32AA'

red 109 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #6D32AA

Tints of Royal Purple #6D32AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 33.13%
G = 15.2%
B = 51.67%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D32AA (or 0x6D32AA) is known color: Royal Purple. HEX triplet: 6D, 32 and AA. RGB value is (109,50,170). Sum of RGB (Red+Green+Blue) = 109+50+170=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D32AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D32AA is #92CD55. Grayscale: #505050. Windows color (decimal): -9620822 or 11154029. OLE color: 11154029.

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

Color convert

RGB 109 50 170 -
CMYK 0.36 0.71 0 0.33
HSL 269.5º 0.55% 0.43% -
HSV(B) 269.5º 0.71% 0.67% -
XYZ 14.7 8.43 38.88 -
YUV 81.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 109 50 170 0.36 0.71 0 0.33 269.5 0.55 0.43
Hex 6D 32 AA 24 47 0 21 10E 37 2B
Octal 155 62 252 44 107 0 41 416 67 53
Binary 1101101 110010 10101010 100100 1000111 0 100001 100001110 110111 101011

Color Harmonies of #6D32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D32AA

Black with #6D32AA

Text Example


Text Example

White with #6D32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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