Html Css Color HEX #6D1BAA Purple Heart

📋 copy color: '#6D1BAA'

red 109 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #6D1BAA

Tints of Purple Heart #6D1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.82%

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

R = 35.62%
G = 8.82%
B = 55.56%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D1BAA (or 0x6D1BAA) is known color: Purple Heart. HEX triplet: 6D, 1B and AA. RGB value is (109,27,170). Sum of RGB (Red+Green+Blue) = 109+27+170=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D1BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1BAA is #92E455. Grayscale: #434343. Windows color (decimal): -9626710 or 11148141. OLE color: 11148141.

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

Color convert

RGB 109 27 170 -
CMYK 0.36 0.84 0 0.33
HSL 274.41º 0.73% 0.39% -
HSV(B) 274.41º 0.84% 0.67% -
XYZ 13.95 6.94 38.63 -
YUV 67.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 109 27 170 0.36 0.84 0 0.33 274.41 0.73 0.39
Hex 6D 1B AA 24 54 0 21 112 49 27
Octal 155 33 252 44 124 0 41 422 111 47
Binary 1101101 11011 10101010 100100 1010100 0 100001 100010010 1001001 100111

Color Harmonies of #6D1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1BAA

Black with #6D1BAA

Text Example


Text Example

White with #6D1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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