Html Css Color HEX #6D389F Royal Purple

📋 copy color: '#6D389F'

red 109 ◦ green 56 ◦ blue 159

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

Shades of Royal Purple #6D389F

Tints of Royal Purple #6D389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

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

R = 33.64%
G = 17.28%
B = 49.07%

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

#6D389F (or 0x6D389F) is known color: Royal Purple. HEX triplet: 6D, 38 and 9F. RGB value is (109,56,159). Sum of RGB (Red+Green+Blue) = 109+56+159=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D389F is #92C760. Grayscale: #535353. Windows color (decimal): -9619297 or 10434669. OLE color: 10434669.

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

Color convert

RGB 109 56 159 -
CMYK 0.31 0.65 0 0.38
HSL 270.87º 0.48% 0.42% -
HSV(B) 270.87º 0.65% 0.62% -
XYZ 13.98 8.58 33.72 -
YUV 83.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 109 56 159 0.31 0.65 0 0.38 270.87 0.48 0.42
Hex 6D 38 9F 1F 41 0 26 10F 30 2A
Octal 155 70 237 37 101 0 46 417 60 52
Binary 1101101 111000 10011111 11111 1000001 0 100110 100001111 110000 101010

Color Harmonies of #6D389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D389F

Black with #6D389F

Text Example


Text Example

White with #6D389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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