Html Css Color HEX #6D209B Royal Purple

📋 copy color: '#6D209B'

red 109 ◦ green 32 ◦ blue 155

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

Shades of Royal Purple #6D209B

Tints of Royal Purple #6D209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 36.82%
G = 10.81%
B = 52.36%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D209B (or 0x6D209B) is known color: Royal Purple. HEX triplet: 6D, 20 and 9B. RGB value is (109,32,155). Sum of RGB (Red+Green+Blue) = 109+32+155=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D209B is #92DF64. Grayscale: #444444. Windows color (decimal): -9625445 or 10166381. OLE color: 10166381.

HSL color Cylindrical-coordinate representation of color #6D209B: hue angle of 277.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D209B is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 32 155 -
CMYK 0.30 0.79 0 0.39
HSL 277.56º 0.66% 0.37% -
HSV(B) 277.56º 0.79% 0.61% -
XYZ 12.74 6.65 31.62 -
YUV 69.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 109 32 155 0.30 0.79 0 0.39 277.56 0.66 0.37
Hex 6D 20 9B 1E 4F 0 27 116 42 25
Octal 155 40 233 36 117 0 47 426 102 45
Binary 1101101 100000 10011011 11110 1001111 0 100111 100010110 1000010 100101

Color Harmonies of #6D209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D209B

Black with #6D209B

Text Example


Text Example

White with #6D209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,155); }

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

background-color css

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

 a { background-color: rgb(109,32,155); }

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

border-color css

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

 span { border-color: rgb(109,32,155); }

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