Html Css Color HEX #6D3690 Royal Purple

📋 copy color: '#6D3690'

red 109 ◦ green 54 ◦ blue 144

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

Shades of Royal Purple #6D3690

Tints of Royal Purple #6D3690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 35.5%
G = 17.59%
B = 46.91%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D3690 (or 0x6D3690) is known color: Royal Purple. HEX triplet: 6D, 36 and 90. RGB value is (109,54,144). Sum of RGB (Red+Green+Blue) = 109+54+144=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D3690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3690 is #92C96F. Grayscale: #505050. Windows color (decimal): -9619824 or 9451117. OLE color: 9451117.

HSL color Cylindrical-coordinate representation of color #6D3690: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3690 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 54 144 -
CMYK 0.24 0.63 0 0.44
HSL 276.67º 0.45% 0.39% -
HSV(B) 276.67º 0.63% 0.56% -
XYZ 12.66 7.9 27.24 -
YUV 80.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 109 54 144 0.24 0.63 0 0.44 276.67 0.45 0.39
Hex 6D 36 90 18 3F 0 2C 115 2D 27
Octal 155 66 220 30 77 0 54 425 55 47
Binary 1101101 110110 10010000 11000 111111 0 101100 100010101 101101 100111

Color Harmonies of #6D3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3690

Black with #6D3690

Text Example


Text Example

White with #6D3690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,54,144); }

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

background-color css

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

 a { background-color: rgb(109,54,144); }

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

border-color css

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

 span { border-color: rgb(109,54,144); }

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