Html Css Color HEX #6E12BE Purple Heart

📋 copy color: '#6E12BE'

red 110 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #6E12BE

Tints of Purple Heart #6E12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 34.59%
G = 5.66%
B = 59.75%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E12BE (or 0x6E12BE) is known color: Purple Heart. HEX triplet: 6E, 12 and BE. RGB value is (110,18,190). Sum of RGB (Red+Green+Blue) = 110+18+190=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E12BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12BE is #91ED41. Grayscale: #404040. Windows color (decimal): -9563458 or 12456558. OLE color: 12456558.

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

Color convert

RGB 110 18 190 -
CMYK 0.42 0.91 0 0.25
HSL 272.09º 0.83% 0.41% -
HSV(B) 272.09º 0.91% 0.75% -
XYZ 15.94 7.47 49.32 -
YUV 65.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 110 18 190 0.42 0.91 0 0.25 272.09 0.83 0.41
Hex 6E 12 BE 2A 5B 0 19 110 53 29
Octal 156 22 276 52 133 0 31 420 123 51
Binary 1101110 10010 10111110 101010 1011011 0 11001 100010000 1010011 101001

Color Harmonies of #6E12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E12BE

Black with #6E12BE

Text Example


Text Example

White with #6E12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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