Html Css Color HEX #6D18BF Purple Heart

📋 copy color: '#6D18BF'

red 109 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #6D18BF

Tints of Purple Heart #6D18BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

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

R = 33.64%
G = 7.41%
B = 58.95%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D18BF (or 0x6D18BF) is known color: Purple Heart. HEX triplet: 6D, 18 and BF. RGB value is (109,24,191). Sum of RGB (Red+Green+Blue) = 109+24+191=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D18BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D18BF is #92E740. Grayscale: #434343. Windows color (decimal): -9627457 or 12523629. OLE color: 12523629.

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

Color convert

RGB 109 24 191 -
CMYK 0.43 0.87 0 0.25
HSL 270.54º 0.78% 0.42% -
HSV(B) 270.54º 0.87% 0.75% -
XYZ 16.04 7.67 49.92 -
YUV 68.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 109 24 191 0.43 0.87 0 0.25 270.54 0.78 0.42
Hex 6D 18 BF 2B 57 0 19 10F 4E 2A
Octal 155 30 277 53 127 0 31 417 116 52
Binary 1101101 11000 10111111 101011 1010111 0 11001 100001111 1001110 101010

Color Harmonies of #6D18BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D18BF

Black with #6D18BF

Text Example


Text Example

White with #6D18BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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