Html Css Color HEX #6D0BBE Purple Heart

📋 copy color: '#6D0BBE'

red 109 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #6D0BBE

Tints of Purple Heart #6D0BBE

RGB

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

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

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

R = 35.16%
G = 3.55%
B = 61.29%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D0BBE (or 0x6D0BBE) is known color: Purple Heart. HEX triplet: 6D, 0B and BE. RGB value is (109,11,190). Sum of RGB (Red+Green+Blue) = 109+11+190=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D0BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BBE is #92F441. Grayscale: #3C3C3C. Windows color (decimal): -9630786 or 12454765. OLE color: 12454765.

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

Color convert

RGB 109 11 190 -
CMYK 0.43 0.94 0 0.25
HSL 272.85º 0.89% 0.39% -
HSV(B) 272.85º 0.94% 0.75% -
XYZ 15.72 7.21 49.28 -
YUV 60.71 200.97 162.45 -
System Red Green Blue C M Y K H S L
Decimal 109 11 190 0.43 0.94 0 0.25 272.85 0.89 0.39
Hex 6D B BE 2B 5E 0 19 111 59 27
Octal 155 13 276 53 136 0 31 421 131 47
Binary 1101101 1011 10111110 101011 1011110 0 11001 100010001 1011001 100111

Color Harmonies of #6D0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BBE

Black with #6D0BBE

Text Example


Text Example

White with #6D0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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