Html Css Color HEX #6D3092 Royal Purple

📋 copy color: '#6D3092'

red 109 ◦ green 48 ◦ blue 146

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

Shades of Royal Purple #6D3092

Tints of Royal Purple #6D3092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 35.97%
G = 15.84%
B = 48.18%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D3092 (or 0x6D3092) is known color: Royal Purple. HEX triplet: 6D, 30 and 92. RGB value is (109,48,146). Sum of RGB (Red+Green+Blue) = 109+48+146=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D3092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3092 is #92CF6D. Grayscale: #4D4D4D. Windows color (decimal): -9621358 or 9580653. OLE color: 9580653.

HSL color Cylindrical-coordinate representation of color #6D3092: hue angle of 277.35º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3092 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 48 146 -
CMYK 0.25 0.67 0 0.43
HSL 277.35º 0.51% 0.38% -
HSV(B) 277.35º 0.67% 0.57% -
XYZ 12.55 7.44 27.97 -
YUV 77.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 109 48 146 0.25 0.67 0 0.43 277.35 0.51 0.38
Hex 6D 30 92 19 43 0 2B 115 33 26
Octal 155 60 222 31 103 0 53 425 63 46
Binary 1101101 110000 10010010 11001 1000011 0 101011 100010101 110011 100110

Color Harmonies of #6D3092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3092

Black with #6D3092

Text Example


Text Example

White with #6D3092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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