Html Css Color HEX #6E12BC Purple Heart

📋 copy color: '#6E12BC'

red 110 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6E12BC

Tints of Purple Heart #6E12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

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

R = 34.81%
G = 5.7%
B = 59.49%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E12BC (or 0x6E12BC) is known color: Purple Heart. HEX triplet: 6E, 12 and BC. RGB value is (110,18,188). Sum of RGB (Red+Green+Blue) = 110+18+188=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E12BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12BC is #91ED43. Grayscale: #404040. Windows color (decimal): -9563460 or 12325486. OLE color: 12325486.

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

Color convert

RGB 110 18 188 -
CMYK 0.41 0.90 0 0.26
HSL 272.47º 0.83% 0.4% -
HSV(B) 272.47º 0.9% 0.74% -
XYZ 15.72 7.38 48.17 -
YUV 64.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 110 18 188 0.41 0.90 0 0.26 272.47 0.83 0.4
Hex 6E 12 BC 29 5A 0 1A 110 53 28
Octal 156 22 274 51 132 0 32 420 123 50
Binary 1101110 10010 10111100 101001 1011010 0 11010 100010000 1010011 101000

Color Harmonies of #6E12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E12BC

Black with #6E12BC

Text Example


Text Example

White with #6E12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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