Html Css Color HEX #6D379F Royal Purple

📋 copy color: '#6D379F'

red 109 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #6D379F

Tints of Royal Purple #6D379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 33.75%
G = 17.03%
B = 49.23%

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

#6D379F (or 0x6D379F) is known color: Royal Purple. HEX triplet: 6D, 37 and 9F. RGB value is (109,55,159). Sum of RGB (Red+Green+Blue) = 109+55+159=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D379F is #92C860. Grayscale: #525252. Windows color (decimal): -9619553 or 10434413. OLE color: 10434413.

HSL color Cylindrical-coordinate representation of color #6D379F: hue angle of 271.15º degrees, saturation: 0.49, 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 #6D379F is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 55 159 -
CMYK 0.31 0.65 0 0.38
HSL 271.15º 0.49% 0.42% -
HSV(B) 271.15º 0.65% 0.62% -
XYZ 13.93 8.49 33.7 -
YUV 83 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 109 55 159 0.31 0.65 0 0.38 271.15 0.49 0.42
Hex 6D 37 9F 1F 41 0 26 10F 31 2A
Octal 155 67 237 37 101 0 46 417 61 52
Binary 1101101 110111 10011111 11111 1000001 0 100110 100001111 110001 101010

Color Harmonies of #6D379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D379F

Black with #6D379F

Text Example


Text Example

White with #6D379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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