Html Css Color HEX #6D15BF Purple Heart

📋 copy color: '#6D15BF'

red 109 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #6D15BF

Tints of Purple Heart #6D15BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 191 (75% from 255) = 59.5%

R = 33.96%
G = 6.54%
B = 59.5%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D15BF (or 0x6D15BF) is known color: Purple Heart. HEX triplet: 6D, 15 and BF. RGB value is (109,21,191). Sum of RGB (Red+Green+Blue) = 109+21+191=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D15BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D15BF is #92EA40. Grayscale: #424242. Windows color (decimal): -9628225 or 12522861. OLE color: 12522861.

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

Color convert

RGB 109 21 191 -
CMYK 0.43 0.89 0 0.25
HSL 271.06º 0.8% 0.42% -
HSV(B) 271.06º 0.89% 0.75% -
XYZ 15.98 7.55 49.91 -
YUV 66.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 109 21 191 0.43 0.89 0 0.25 271.06 0.8 0.42
Hex 6D 15 BF 2B 59 0 19 10F 50 2A
Octal 155 25 277 53 131 0 31 417 120 52
Binary 1101101 10101 10111111 101011 1011001 0 11001 100001111 1010000 101010

Color Harmonies of #6D15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D15BF

Black with #6D15BF

Text Example


Text Example

White with #6D15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,191); }

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

background-color css

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

 a { background-color: rgb(109,21,191); }

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

border-color css

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

 span { border-color: rgb(109,21,191); }

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