Html Css Color HEX #6D3E90 Royal Purple

📋 copy color: '#6D3E90'

red 109 ◦ green 62 ◦ blue 144

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

Shades of Royal Purple #6D3E90

Tints of Royal Purple #6D3E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

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

R = 34.6%
G = 19.68%
B = 45.71%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D3E90 (or 0x6D3E90) is known color: Royal Purple. HEX triplet: 6D, 3E and 90. RGB value is (109,62,144). Sum of RGB (Red+Green+Blue) = 109+62+144=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D3E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3E90 is #92C16F. Grayscale: #555555. Windows color (decimal): -9617776 or 9453165. OLE color: 9453165.

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

Color convert

RGB 109 62 144 -
CMYK 0.24 0.57 0 0.44
HSL 274.39º 0.4% 0.4% -
HSV(B) 274.39º 0.57% 0.56% -
XYZ 13.06 8.71 27.38 -
YUV 85.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 109 62 144 0.24 0.57 0 0.44 274.39 0.4 0.4
Hex 6D 3E 90 18 39 0 2C 112 28 28
Octal 155 76 220 30 71 0 54 422 50 50
Binary 1101101 111110 10010000 11000 111001 0 101100 100010010 101000 101000

Color Harmonies of #6D3E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3E90

Black with #6D3E90

Text Example


Text Example

White with #6D3E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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