Html Css Color HEX #6D2CA6 Royal Purple

📋 copy color: '#6D2CA6'

red 109 ◦ green 44 ◦ blue 166

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

Shades of Royal Purple #6D2CA6

Tints of Royal Purple #6D2CA6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

 BLUE value IS 166 (65.23% from 255) = 52.04%

R = 34.17%
G = 13.79%
B = 52.04%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D2CA6 (or 0x6D2CA6) is known color: Royal Purple. HEX triplet: 6D, 2C and A6. RGB value is (109,44,166). Sum of RGB (Red+Green+Blue) = 109+44+166=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #6D2CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2CA6 is #92D359. Grayscale: #4C4C4C. Windows color (decimal): -9622362 or 10890349. OLE color: 10890349.

HSL color Cylindrical-coordinate representation of color #6D2CA6: hue angle of 271.97º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2CA6 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 109 44 166 -
CMYK 0.34 0.73 0 0.35
HSL 271.97º 0.58% 0.41% -
HSV(B) 271.97º 0.73% 0.65% -
XYZ 14.09 7.81 36.84 -
YUV 77.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 109 44 166 0.34 0.73 0 0.35 271.97 0.58 0.41
Hex 6D 2C A6 22 49 0 23 110 3A 29
Octal 155 54 246 42 111 0 43 420 72 51
Binary 1101101 101100 10100110 100010 1001001 0 100011 100010000 111010 101001

Color Harmonies of #6D2CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2CA6

Black with #6D2CA6

Text Example


Text Example

White with #6D2CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,44,166); }

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

background-color css

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

 a { background-color: rgb(109,44,166); }

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

border-color css

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

 span { border-color: rgb(109,44,166); }

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