Html Css Color HEX #6D2BAA Royal Purple

📋 copy color: '#6D2BAA'

red 109 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #6D2BAA

Tints of Royal Purple #6D2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

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

R = 33.85%
G = 13.35%
B = 52.8%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D2BAA (or 0x6D2BAA) is known color: Royal Purple. HEX triplet: 6D, 2B and AA. RGB value is (109,43,170). Sum of RGB (Red+Green+Blue) = 109+43+170=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D2BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2BAA is #92D455. Grayscale: #4C4C4C. Windows color (decimal): -9622614 or 11152237. OLE color: 11152237.

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

Color convert

RGB 109 43 170 -
CMYK 0.36 0.75 0 0.33
HSL 271.18º 0.6% 0.42% -
HSV(B) 271.18º 0.75% 0.67% -
XYZ 14.43 7.88 38.79 -
YUV 77.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 109 43 170 0.36 0.75 0 0.33 271.18 0.6 0.42
Hex 6D 2B AA 24 4B 0 21 10F 3C 2A
Octal 155 53 252 44 113 0 41 417 74 52
Binary 1101101 101011 10101010 100100 1001011 0 100001 100001111 111100 101010

Color Harmonies of #6D2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2BAA

Black with #6D2BAA

Text Example


Text Example

White with #6D2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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