Html Css Color HEX #6D13BB Purple Heart

📋 copy color: '#6D13BB'

red 109 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #6D13BB

Tints of Purple Heart #6D13BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 34.6%
G = 6.03%
B = 59.37%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D13BB (or 0x6D13BB) is known color: Purple Heart. HEX triplet: 6D, 13 and BB. RGB value is (109,19,187). Sum of RGB (Red+Green+Blue) = 109+19+187=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D13BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D13BB is #92EC44. Grayscale: #404040. Windows color (decimal): -9628741 or 12260205. OLE color: 12260205.

HSL color Cylindrical-coordinate representation of color #6D13BB: hue angle of 272.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D13BB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 19 187 -
CMYK 0.42 0.90 0 0.27
HSL 272.14º 0.82% 0.4% -
HSV(B) 272.14º 0.9% 0.73% -
XYZ 15.51 7.3 47.61 -
YUV 65.06 196.82 159.34 -
System Red Green Blue C M Y K H S L
Decimal 109 19 187 0.42 0.90 0 0.27 272.14 0.82 0.4
Hex 6D 13 BB 2A 5A 0 1B 110 52 28
Octal 155 23 273 52 132 0 33 420 122 50
Binary 1101101 10011 10111011 101010 1011010 0 11011 100010000 1010010 101000

Color Harmonies of #6D13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D13BB

Black with #6D13BB

Text Example


Text Example

White with #6D13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,187); }

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

background-color css

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

 a { background-color: rgb(109,19,187); }

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

border-color css

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

 span { border-color: rgb(109,19,187); }

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