Html Css Color HEX #6E12BB Purple Heart

📋 copy color: '#6E12BB'

red 110 ◦ green 18 ◦ blue 187

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

Shades of Purple Heart #6E12BB

Tints of Purple Heart #6E12BB

RGB

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

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

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

R = 34.92%
G = 5.71%
B = 59.37%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E12BB (or 0x6E12BB) is known color: Purple Heart. HEX triplet: 6E, 12 and BB. RGB value is (110,18,187). Sum of RGB (Red+Green+Blue) = 110+18+187=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 18 (7.42% from 255 or 5.71% 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 #6E12BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12BB is #91ED44. Grayscale: #404040. Windows color (decimal): -9563461 or 12259950. OLE color: 12259950.

HSL color Cylindrical-coordinate representation of color #6E12BB: hue angle of 272.66º 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 #6E12BB is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 18 187 -
CMYK 0.41 0.90 0 0.27
HSL 272.66º 0.82% 0.4% -
HSV(B) 272.66º 0.9% 0.73% -
XYZ 15.62 7.34 47.61 -
YUV 64.77 196.98 160.26 -
System Red Green Blue C M Y K H S L
Decimal 110 18 187 0.41 0.90 0 0.27 272.66 0.82 0.4
Hex 6E 12 BB 29 5A 0 1B 111 52 28
Octal 156 22 273 51 132 0 33 421 122 50
Binary 1101110 10010 10111011 101001 1011010 0 11011 100010001 1010010 101000

Color Harmonies of #6E12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E12BB

Black with #6E12BB

Text Example


Text Example

White with #6E12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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