Html Css Color HEX #6D0BBA Purple Heart

📋 copy color: '#6D0BBA'

red 109 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #6D0BBA

Tints of Purple Heart #6D0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

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

R = 35.62%
G = 3.59%
B = 60.78%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D0BBA (or 0x6D0BBA) is known color: Purple Heart. HEX triplet: 6D, 0B and BA. RGB value is (109,11,186). Sum of RGB (Red+Green+Blue) = 109+11+186=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BBA is #92F445. Grayscale: #3B3B3B. Windows color (decimal): -9630790 or 12192621. OLE color: 12192621.

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

Color convert

RGB 109 11 186 -
CMYK 0.41 0.94 0 0.27
HSL 273.6º 0.89% 0.39% -
HSV(B) 273.6º 0.94% 0.73% -
XYZ 15.29 7.04 47.01 -
YUV 60.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 109 11 186 0.41 0.94 0 0.27 273.6 0.89 0.39
Hex 6D B BA 29 5E 0 1B 112 59 27
Octal 155 13 272 51 136 0 33 422 131 47
Binary 1101101 1011 10111010 101001 1011110 0 11011 100010010 1011001 100111

Color Harmonies of #6D0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BBA

Black with #6D0BBA

Text Example


Text Example

White with #6D0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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