Html Css Color HEX #6D219D Royal Purple

📋 copy color: '#6D219D'

red 109 ◦ green 33 ◦ blue 157

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

Shades of Royal Purple #6D219D

Tints of Royal Purple #6D219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 36.45%
G = 11.04%
B = 52.51%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D219D (or 0x6D219D) is known color: Royal Purple. HEX triplet: 6D, 21 and 9D. RGB value is (109,33,157). Sum of RGB (Red+Green+Blue) = 109+33+157=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D219D is #92DE62. Grayscale: #454545. Windows color (decimal): -9625187 or 10297709. OLE color: 10297709.

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

Color convert

RGB 109 33 157 -
CMYK 0.31 0.79 0 0.38
HSL 276.77º 0.65% 0.37% -
HSV(B) 276.77º 0.79% 0.62% -
XYZ 12.94 6.77 32.52 -
YUV 69.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 109 33 157 0.31 0.79 0 0.38 276.77 0.65 0.37
Hex 6D 21 9D 1F 4F 0 26 115 41 25
Octal 155 41 235 37 117 0 46 425 101 45
Binary 1101101 100001 10011101 11111 1001111 0 100110 100010101 1000001 100101

Color Harmonies of #6D219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D219D

Black with #6D219D

Text Example


Text Example

White with #6D219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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