Html Css Color HEX #6D27AA Royal Purple

📋 copy color: '#6D27AA'

red 109 ◦ green 39 ◦ blue 170

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

Shades of Royal Purple #6D27AA

Tints of Royal Purple #6D27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

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

R = 34.28%
G = 12.26%
B = 53.46%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D27AA (or 0x6D27AA) is known color: Royal Purple. HEX triplet: 6D, 27 and AA. RGB value is (109,39,170). Sum of RGB (Red+Green+Blue) = 109+39+170=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D27AA is #92D855. Grayscale: #4A4A4A. Windows color (decimal): -9623638 or 11151213. OLE color: 11151213.

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

Color convert

RGB 109 39 170 -
CMYK 0.36 0.77 0 0.33
HSL 272.06º 0.63% 0.41% -
HSV(B) 272.06º 0.77% 0.67% -
XYZ 14.29 7.6 38.74 -
YUV 74.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 109 39 170 0.36 0.77 0 0.33 272.06 0.63 0.41
Hex 6D 27 AA 24 4D 0 21 110 3F 29
Octal 155 47 252 44 115 0 41 420 77 51
Binary 1101101 100111 10101010 100100 1001101 0 100001 100010000 111111 101001

Color Harmonies of #6D27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D27AA

Black with #6D27AA

Text Example


Text Example

White with #6D27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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