Html Css Color HEX #6D1BAB Purple Heart

📋 copy color: '#6D1BAB'

red 109 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #6D1BAB

Tints of Purple Heart #6D1BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 35.5%
G = 8.79%
B = 55.7%

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

#6D1BAB (or 0x6D1BAB) is known color: Purple Heart. HEX triplet: 6D, 1B and AB. RGB value is (109,27,171). Sum of RGB (Red+Green+Blue) = 109+27+171=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1BAB is #92E454. Grayscale: #434343. Windows color (decimal): -9626709 or 11213677. OLE color: 11213677.

HSL color Cylindrical-coordinate representation of color #6D1BAB: hue angle of 274.17º 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 #6D1BAB is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 27 171 -
CMYK 0.36 0.84 0 0.33
HSL 274.17º 0.73% 0.39% -
HSV(B) 274.17º 0.84% 0.67% -
XYZ 14.05 6.98 39.13 -
YUV 67.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 109 27 171 0.36 0.84 0 0.33 274.17 0.73 0.39
Hex 6D 1B AB 24 54 0 21 112 49 27
Octal 155 33 253 44 124 0 41 422 111 47
Binary 1101101 11011 10101011 100100 1010100 0 100001 100010010 1001001 100111

Color Harmonies of #6D1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1BAB

Black with #6D1BAB

Text Example


Text Example

White with #6D1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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