Html Css Color HEX #6D3D91 Royal Purple

📋 copy color: '#6D3D91'

red 109 ◦ green 61 ◦ blue 145

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

Shades of Royal Purple #6D3D91

Tints of Royal Purple #6D3D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

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

R = 34.6%
G = 19.37%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D3D91 (or 0x6D3D91) is known color: Royal Purple. HEX triplet: 6D, 3D and 91. RGB value is (109,61,145). Sum of RGB (Red+Green+Blue) = 109+61+145=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D3D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3D91 is #92C26E. Grayscale: #545454. Windows color (decimal): -9618031 or 9518445. OLE color: 9518445.

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

Color convert

RGB 109 61 145 -
CMYK 0.25 0.58 0 0.43
HSL 274.29º 0.41% 0.4% -
HSV(B) 274.29º 0.58% 0.57% -
XYZ 13.09 8.63 27.76 -
YUV 84.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 109 61 145 0.25 0.58 0 0.43 274.29 0.41 0.4
Hex 6D 3D 91 19 3A 0 2B 112 29 28
Octal 155 75 221 31 72 0 53 422 51 50
Binary 1101101 111101 10010001 11001 111010 0 101011 100010010 101001 101000

Color Harmonies of #6D3D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D91

Black with #6D3D91

Text Example


Text Example

White with #6D3D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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