Html Css Color HEX #6E15BC Purple Heart

📋 copy color: '#6E15BC'

red 110 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6E15BC

Tints of Purple Heart #6E15BC

RGB

 RED value IS 110 (43.36% from 255) = 34.48%

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 34.48%
G = 6.58%
B = 58.93%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E15BC (or 0x6E15BC) is known color: Purple Heart. HEX triplet: 6E, 15 and BC. RGB value is (110,21,188). Sum of RGB (Red+Green+Blue) = 110+21+188=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E15BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15BC is #91EA43. Grayscale: #424242. Windows color (decimal): -9562692 or 12326254. OLE color: 12326254.

HSL color Cylindrical-coordinate representation of color #6E15BC: hue angle of 271.98º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E15BC is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 21 188 -
CMYK 0.41 0.89 0 0.26
HSL 271.98º 0.8% 0.41% -
HSV(B) 271.98º 0.89% 0.74% -
XYZ 15.78 7.48 48.19 -
YUV 66.65 196.49 158.92 -
System Red Green Blue C M Y K H S L
Decimal 110 21 188 0.41 0.89 0 0.26 271.98 0.8 0.41
Hex 6E 15 BC 29 59 0 1A 110 50 29
Octal 156 25 274 51 131 0 32 420 120 51
Binary 1101110 10101 10111100 101001 1011001 0 11010 100010000 1010000 101001

Color Harmonies of #6E15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E15BC

Black with #6E15BC

Text Example


Text Example

White with #6E15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,188); }

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

background-color css

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

 a { background-color: rgb(110,21,188); }

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

border-color css

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

 span { border-color: rgb(110,21,188); }

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