Html Css Color HEX #6D3891 Royal Purple

📋 copy color: '#6D3891'

red 109 ◦ green 56 ◦ blue 145

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

Shades of Royal Purple #6D3891

Tints of Royal Purple #6D3891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 35.16%
G = 18.06%
B = 46.77%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D3891 (or 0x6D3891) is known color: Royal Purple. HEX triplet: 6D, 38 and 91. RGB value is (109,56,145). Sum of RGB (Red+Green+Blue) = 109+56+145=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D3891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3891 is #92C76E. Grayscale: #515151. Windows color (decimal): -9619311 or 9517165. OLE color: 9517165.

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

Color convert

RGB 109 56 145 -
CMYK 0.25 0.61 0 0.43
HSL 275.73º 0.44% 0.39% -
HSV(B) 275.73º 0.61% 0.57% -
XYZ 12.83 8.12 27.68 -
YUV 81.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 109 56 145 0.25 0.61 0 0.43 275.73 0.44 0.39
Hex 6D 38 91 19 3D 0 2B 114 2C 27
Octal 155 70 221 31 75 0 53 424 54 47
Binary 1101101 111000 10010001 11001 111101 0 101011 100010100 101100 100111

Color Harmonies of #6D3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3891

Black with #6D3891

Text Example


Text Example

White with #6D3891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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