Html Css Color HEX #6D1FAA Purple Heart

📋 copy color: '#6D1FAA'

red 109 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #6D1FAA

Tints of Purple Heart #6D1FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 35.16%
G = 10%
B = 54.84%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D1FAA (or 0x6D1FAA) is known color: Purple Heart. HEX triplet: 6D, 1F and AA. RGB value is (109,31,170). Sum of RGB (Red+Green+Blue) = 109+31+170=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FAA is #92E055. Grayscale: #454545. Windows color (decimal): -9625686 or 11149165. OLE color: 11149165.

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

Color convert

RGB 109 31 170 -
CMYK 0.36 0.82 0 0.33
HSL 273.67º 0.69% 0.39% -
HSV(B) 273.67º 0.82% 0.67% -
XYZ 14.05 7.13 38.67 -
YUV 70.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 109 31 170 0.36 0.82 0 0.33 273.67 0.69 0.39
Hex 6D 1F AA 24 52 0 21 112 45 27
Octal 155 37 252 44 122 0 41 422 105 47
Binary 1101101 11111 10101010 100100 1010010 0 100001 100010010 1000101 100111

Color Harmonies of #6D1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FAA

Black with #6D1FAA

Text Example


Text Example

White with #6D1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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