Html Css Color HEX #6D2299 Royal Purple

📋 copy color: '#6D2299'

red 109 ◦ green 34 ◦ blue 153

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

Shades of Royal Purple #6D2299

Tints of Royal Purple #6D2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 36.82%
G = 11.49%
B = 51.69%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D2299 (or 0x6D2299) is known color: Royal Purple. HEX triplet: 6D, 22 and 99. RGB value is (109,34,153). Sum of RGB (Red+Green+Blue) = 109+34+153=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D2299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2299 is #92DD66. Grayscale: #454545. Windows color (decimal): -9624935 or 10035821. OLE color: 10035821.

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

Color convert

RGB 109 34 153 -
CMYK 0.29 0.78 0 0.4
HSL 277.82º 0.64% 0.37% -
HSV(B) 277.82º 0.78% 0.6% -
XYZ 12.63 6.7 30.76 -
YUV 69.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 109 34 153 0.29 0.78 0 0.4 277.82 0.64 0.37
Hex 6D 22 99 1D 4E 0 28 116 40 25
Octal 155 42 231 35 116 0 50 426 100 45
Binary 1101101 100010 10011001 11101 1001110 0 101000 100010110 1000000 100101

Color Harmonies of #6D2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2299

Black with #6D2299

Text Example


Text Example

White with #6D2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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