Html Css Color HEX #6D219A Royal Purple

📋 copy color: '#6D219A'

red 109 ◦ green 33 ◦ blue 154

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

Shades of Royal Purple #6D219A

Tints of Royal Purple #6D219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 154 (60.55% from 255) = 52.03%

R = 36.82%
G = 11.15%
B = 52.03%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D219A (or 0x6D219A) is known color: Royal Purple. HEX triplet: 6D, 21 and 9A. RGB value is (109,33,154). Sum of RGB (Red+Green+Blue) = 109+33+154=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D219A is #92DE65. Grayscale: #454545. Windows color (decimal): -9625190 or 10101101. OLE color: 10101101.

HSL color Cylindrical-coordinate representation of color #6D219A: hue angle of 277.69º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D219A is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 33 154 -
CMYK 0.29 0.79 0 0.40
HSL 277.69º 0.65% 0.37% -
HSV(B) 277.69º 0.79% 0.6% -
XYZ 12.68 6.67 31.19 -
YUV 69.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 109 33 154 0.29 0.79 0 0.40 277.69 0.65 0.37
Hex 6D 21 9A 1D 4F 0 28 116 41 25
Octal 155 41 232 35 117 0 50 426 101 45
Binary 1101101 100001 10011010 11101 1001111 0 101000 100010110 1000001 100101

Color Harmonies of #6D219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D219A

Black with #6D219A

Text Example


Text Example

White with #6D219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,154); }

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

background-color css

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

 a { background-color: rgb(109,33,154); }

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

border-color css

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

 span { border-color: rgb(109,33,154); }

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