Html Css Color HEX #6D1FAD Purple Heart

📋 copy color: '#6D1FAD'

red 109 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #6D1FAD

Tints of Purple Heart #6D1FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 34.82%
G = 9.9%
B = 55.27%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D1FAD (or 0x6D1FAD) is known color: Purple Heart. HEX triplet: 6D, 1F and AD. RGB value is (109,31,173). Sum of RGB (Red+Green+Blue) = 109+31+173=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FAD is #92E052. Grayscale: #464646. Windows color (decimal): -9625683 or 11345773. OLE color: 11345773.

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

Color convert

RGB 109 31 173 -
CMYK 0.37 0.82 0 0.32
HSL 272.96º 0.7% 0.4% -
HSV(B) 272.96º 0.82% 0.68% -
XYZ 14.34 7.25 40.18 -
YUV 70.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 109 31 173 0.37 0.82 0 0.32 272.96 0.7 0.4
Hex 6D 1F AD 25 52 0 20 111 46 28
Octal 155 37 255 45 122 0 40 421 106 50
Binary 1101101 11111 10101101 100101 1010010 0 100000 100010001 1000110 101000

Color Harmonies of #6D1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FAD

Black with #6D1FAD

Text Example


Text Example

White with #6D1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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