Html Css Color HEX #6D0DBE Purple Heart

📋 copy color: '#6D0DBE'

red 109 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #6D0DBE

Tints of Purple Heart #6D0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.17%

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 34.94%
G = 4.17%
B = 60.9%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D0DBE (or 0x6D0DBE) is known color: Purple Heart. HEX triplet: 6D, 0D and BE. RGB value is (109,13,190). Sum of RGB (Red+Green+Blue) = 109+13+190=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0DBE is #92F241. Grayscale: #3D3D3D. Windows color (decimal): -9630274 or 12455277. OLE color: 12455277.

HSL color Cylindrical-coordinate representation of color #6D0DBE: hue angle of 272.54º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0DBE is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 13 190 -
CMYK 0.43 0.93 0 0.25
HSL 272.54º 0.87% 0.4% -
HSV(B) 272.54º 0.93% 0.75% -
XYZ 15.74 7.26 49.29 -
YUV 61.88 200.3 161.61 -
System Red Green Blue C M Y K H S L
Decimal 109 13 190 0.43 0.93 0 0.25 272.54 0.87 0.4
Hex 6D D BE 2B 5D 0 19 111 57 28
Octal 155 15 276 53 135 0 31 421 127 50
Binary 1101101 1101 10111110 101011 1011101 0 11001 100010001 1010111 101000

Color Harmonies of #6D0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0DBE

Black with #6D0DBE

Text Example


Text Example

White with #6D0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,13,190); }

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

background-color css

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

 a { background-color: rgb(109,13,190); }

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

border-color css

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

 span { border-color: rgb(109,13,190); }

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