Html Css Color HEX #6D1FA5 Royal Purple

📋 copy color: '#6D1FA5'

red 109 ◦ green 31 ◦ blue 165

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

Shades of Royal Purple #6D1FA5

Tints of Royal Purple #6D1FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.16%

 BLUE value IS 165 (64.84% from 255) = 54.1%

R = 35.74%
G = 10.16%
B = 54.1%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D1FA5 (or 0x6D1FA5) is known color: Royal Purple. HEX triplet: 6D, 1F and A5. RGB value is (109,31,165). Sum of RGB (Red+Green+Blue) = 109+31+165=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D1FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FA5 is #92E05A. Grayscale: #454545. Windows color (decimal): -9625691 or 10821485. OLE color: 10821485.

HSL color Cylindrical-coordinate representation of color #6D1FA5: hue angle of 274.93º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1FA5 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 109 31 165 -
CMYK 0.34 0.81 0 0.35
HSL 274.93º 0.68% 0.38% -
HSV(B) 274.93º 0.81% 0.65% -
XYZ 13.59 6.95 36.22 -
YUV 69.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 109 31 165 0.34 0.81 0 0.35 274.93 0.68 0.38
Hex 6D 1F A5 22 51 0 23 113 44 26
Octal 155 37 245 42 121 0 43 423 104 46
Binary 1101101 11111 10100101 100010 1010001 0 100011 100010011 1000100 100110

Color Harmonies of #6D1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FA5

Black with #6D1FA5

Text Example


Text Example

White with #6D1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,165); }

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

background-color css

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

 a { background-color: rgb(109,31,165); }

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

border-color css

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

 span { border-color: rgb(109,31,165); }

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