Html Css Color HEX #6D3099 Royal Purple

📋 copy color: '#6D3099'

red 109 ◦ green 48 ◦ blue 153

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

Shades of Royal Purple #6D3099

Tints of Royal Purple #6D3099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 35.16%
G = 15.48%
B = 49.35%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D3099 (or 0x6D3099) is known color: Royal Purple. HEX triplet: 6D, 30 and 99. RGB value is (109,48,153). Sum of RGB (Red+Green+Blue) = 109+48+153=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D3099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3099 is #92CF66. Grayscale: #4D4D4D. Windows color (decimal): -9621351 or 10039405. OLE color: 10039405.

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

Color convert

RGB 109 48 153 -
CMYK 0.29 0.69 0 0.4
HSL 274.86º 0.52% 0.39% -
HSV(B) 274.86º 0.69% 0.6% -
XYZ 13.11 7.67 30.93 -
YUV 78.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 109 48 153 0.29 0.69 0 0.4 274.86 0.52 0.39
Hex 6D 30 99 1D 45 0 28 113 34 27
Octal 155 60 231 35 105 0 50 423 64 47
Binary 1101101 110000 10011001 11101 1000101 0 101000 100010011 110100 100111

Color Harmonies of #6D3099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3099

Black with #6D3099

Text Example


Text Example

White with #6D3099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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