Html Css Color HEX #6D379D Royal Purple

📋 copy color: '#6D379D'

red 109 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #6D379D

Tints of Royal Purple #6D379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 33.96%
G = 17.13%
B = 48.91%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D379D (or 0x6D379D) is known color: Royal Purple. HEX triplet: 6D, 37 and 9D. RGB value is (109,55,157). Sum of RGB (Red+Green+Blue) = 109+55+157=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D379D is #92C862. Grayscale: #525252. Windows color (decimal): -9619555 or 10303341. OLE color: 10303341.

HSL color Cylindrical-coordinate representation of color #6D379D: hue angle of 271.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D379D is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 55 157 -
CMYK 0.31 0.65 0 0.38
HSL 271.76º 0.48% 0.42% -
HSV(B) 271.76º 0.65% 0.62% -
XYZ 13.76 8.42 32.8 -
YUV 82.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 109 55 157 0.31 0.65 0 0.38 271.76 0.48 0.42
Hex 6D 37 9D 1F 41 0 26 110 30 2A
Octal 155 67 235 37 101 0 46 420 60 52
Binary 1101101 110111 10011101 11111 1000001 0 100110 100010000 110000 101010

Color Harmonies of #6D379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D379D

Black with #6D379D

Text Example


Text Example

White with #6D379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,55,157); }

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

background-color css

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

 a { background-color: rgb(109,55,157); }

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

border-color css

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

 span { border-color: rgb(109,55,157); }

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