Html Css Color HEX #6D0BAD Purple Heart

📋 copy color: '#6D0BAD'

red 109 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #6D0BAD

Tints of Purple Heart #6D0BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 37.2%
G = 3.75%
B = 59.04%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D0BAD (or 0x6D0BAD) is known color: Purple Heart. HEX triplet: 6D, 0B and AD. RGB value is (109,11,173). Sum of RGB (Red+Green+Blue) = 109+11+173=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D0BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0BAD is #92F452. Grayscale: #3A3A3A. Windows color (decimal): -9630803 or 11340653. OLE color: 11340653.

HSL color Cylindrical-coordinate representation of color #6D0BAD: hue angle of 276.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BAD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 11 173 -
CMYK 0.37 0.94 0 0.32
HSL 276.3º 0.88% 0.36% -
HSV(B) 276.3º 0.94% 0.68% -
XYZ 13.97 6.51 40.06 -
YUV 58.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 109 11 173 0.37 0.94 0 0.32 276.3 0.88 0.36
Hex 6D B AD 25 5E 0 20 114 58 24
Octal 155 13 255 45 136 0 40 424 130 44
Binary 1101101 1011 10101101 100101 1011110 0 100000 100010100 1011000 100100

Color Harmonies of #6D0BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BAD

Black with #6D0BAD

Text Example


Text Example

White with #6D0BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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