Html Css Color HEX #6D1FAC Purple Heart

📋 copy color: '#6D1FAC'

red 109 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #6D1FAC

Tints of Purple Heart #6D1FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 34.94%
G = 9.94%
B = 55.13%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D1FAC (or 0x6D1FAC) is known color: Purple Heart. HEX triplet: 6D, 1F and AC. RGB value is (109,31,172). Sum of RGB (Red+Green+Blue) = 109+31+172=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FAC is #92E053. Grayscale: #454545. Windows color (decimal): -9625684 or 11280237. OLE color: 11280237.

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

Color convert

RGB 109 31 172 -
CMYK 0.37 0.82 0 0.33
HSL 273.19º 0.69% 0.4% -
HSV(B) 273.19º 0.82% 0.67% -
XYZ 14.24 7.21 39.67 -
YUV 70.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 109 31 172 0.37 0.82 0 0.33 273.19 0.69 0.4
Hex 6D 1F AC 25 52 0 21 111 45 28
Octal 155 37 254 45 122 0 41 421 105 50
Binary 1101101 11111 10101100 100101 1010010 0 100001 100010001 1000101 101000

Color Harmonies of #6D1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FAC

Black with #6D1FAC

Text Example


Text Example

White with #6D1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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