Html Css Color HEX #6D0FBD Purple Heart

📋 copy color: '#6D0FBD'

red 109 ◦ green 15 ◦ blue 189

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

Shades of Purple Heart #6D0FBD

Tints of Purple Heart #6D0FBD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 34.82%
G = 4.79%
B = 60.38%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D0FBD (or 0x6D0FBD) is known color: Purple Heart. HEX triplet: 6D, 0F and BD. RGB value is (109,15,189). Sum of RGB (Red+Green+Blue) = 109+15+189=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D0FBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0FBD is #92F042. Grayscale: #3E3E3E. Windows color (decimal): -9629763 or 12390253. OLE color: 12390253.

HSL color Cylindrical-coordinate representation of color #6D0FBD: hue angle of 272.41º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0FBD is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 15 189 -
CMYK 0.42 0.92 0 0.26
HSL 272.41º 0.85% 0.4% -
HSV(B) 272.41º 0.92% 0.74% -
XYZ 15.66 7.27 48.72 -
YUV 62.94 199.14 160.85 -
System Red Green Blue C M Y K H S L
Decimal 109 15 189 0.42 0.92 0 0.26 272.41 0.85 0.4
Hex 6D F BD 2A 5C 0 1A 110 55 28
Octal 155 17 275 52 134 0 32 420 125 50
Binary 1101101 1111 10111101 101010 1011100 0 11010 100010000 1010101 101000

Color Harmonies of #6D0FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0FBD

Black with #6D0FBD

Text Example


Text Example

White with #6D0FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,189); }

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

background-color css

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

 a { background-color: rgb(109,15,189); }

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

border-color css

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

 span { border-color: rgb(109,15,189); }

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