Html Css Color HEX #6D2999 Royal Purple

📋 copy color: '#6D2999'

red 109 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #6D2999

Tints of Royal Purple #6D2999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 35.97%
G = 13.53%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D2999 (or 0x6D2999) is known color: Royal Purple. HEX triplet: 6D, 29 and 99. RGB value is (109,41,153). Sum of RGB (Red+Green+Blue) = 109+41+153=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2999 is #92D666. Grayscale: #494949. Windows color (decimal): -9623143 or 10037613. OLE color: 10037613.

HSL color Cylindrical-coordinate representation of color #6D2999: hue angle of 276.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2999 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 41 153 -
CMYK 0.29 0.73 0 0.4
HSL 276.43º 0.58% 0.38% -
HSV(B) 276.43º 0.73% 0.6% -
XYZ 12.85 7.14 30.84 -
YUV 74.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 109 41 153 0.29 0.73 0 0.4 276.43 0.58 0.38
Hex 6D 29 99 1D 49 0 28 114 3A 26
Octal 155 51 231 35 111 0 50 424 72 46
Binary 1101101 101001 10011001 11101 1001001 0 101000 100010100 111010 100110

Color Harmonies of #6D2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2999

Black with #6D2999

Text Example


Text Example

White with #6D2999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,153); }

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

background-color css

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

 a { background-color: rgb(109,41,153); }

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

border-color css

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

 span { border-color: rgb(109,41,153); }

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