Html Css Color HEX #6D1EA0 Royal Purple

📋 copy color: '#6D1EA0'

red 109 ◦ green 30 ◦ blue 160

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

Shades of Royal Purple #6D1EA0

Tints of Royal Purple #6D1EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 160 (62.89% from 255) = 53.51%

R = 36.45%
G = 10.03%
B = 53.51%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6D1EA0 (or 0x6D1EA0) is known color: Royal Purple. HEX triplet: 6D, 1E and A0. RGB value is (109,30,160). Sum of RGB (Red+Green+Blue) = 109+30+160=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D1EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1EA0 is #92E15F. Grayscale: #444444. Windows color (decimal): -9625952 or 10493549. OLE color: 10493549.

HSL color Cylindrical-coordinate representation of color #6D1EA0: hue angle of 276.46º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1EA0 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 30 160 -
CMYK 0.32 0.81 0 0.37
HSL 276.46º 0.68% 0.37% -
HSV(B) 276.46º 0.81% 0.63% -
XYZ 13.12 6.72 33.86 -
YUV 68.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 109 30 160 0.32 0.81 0 0.37 276.46 0.68 0.37
Hex 6D 1E A0 20 51 0 25 114 44 25
Octal 155 36 240 40 121 0 45 424 104 45
Binary 1101101 11110 10100000 100000 1010001 0 100101 100010100 1000100 100101

Color Harmonies of #6D1EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EA0

Black with #6D1EA0

Text Example


Text Example

White with #6D1EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,30,160); }

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

background-color css

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

 a { background-color: rgb(109,30,160); }

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

border-color css

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

 span { border-color: rgb(109,30,160); }

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