Html Css Color HEX #6D1BBA Purple Heart

📋 copy color: '#6D1BBA'

red 109 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #6D1BBA

Tints of Purple Heart #6D1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 33.85%
G = 8.39%
B = 57.76%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D1BBA (or 0x6D1BBA) is known color: Purple Heart. HEX triplet: 6D, 1B and BA. RGB value is (109,27,186). Sum of RGB (Red+Green+Blue) = 109+27+186=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1BBA is #92E445. Grayscale: #454545. Windows color (decimal): -9626694 or 12196717. OLE color: 12196717.

HSL color Cylindrical-coordinate representation of color #6D1BBA: hue angle of 270.94º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1BBA is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 27 186 -
CMYK 0.41 0.85 0 0.27
HSL 270.94º 0.75% 0.42% -
HSV(B) 270.94º 0.85% 0.73% -
XYZ 15.56 7.58 47.1 -
YUV 69.64 193.67 156.07 -
System Red Green Blue C M Y K H S L
Decimal 109 27 186 0.41 0.85 0 0.27 270.94 0.75 0.42
Hex 6D 1B BA 29 55 0 1B 10F 4B 2A
Octal 155 33 272 51 125 0 33 417 113 52
Binary 1101101 11011 10111010 101001 1010101 0 11011 100001111 1001011 101010

Color Harmonies of #6D1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1BBA

Black with #6D1BBA

Text Example


Text Example

White with #6D1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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