Html Css Color HEX #6E13BB Purple Heart

📋 copy color: '#6E13BB'

red 110 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #6E13BB

Tints of Purple Heart #6E13BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

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

R = 34.81%
G = 6.01%
B = 59.18%

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

#6E13BB (or 0x6E13BB) is known color: Purple Heart. HEX triplet: 6E, 13 and BB. RGB value is (110,19,187). Sum of RGB (Red+Green+Blue) = 110+19+187=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E13BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E13BB is #91EC44. Grayscale: #404040. Windows color (decimal): -9563205 or 12260206. OLE color: 12260206.

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

Color convert

RGB 110 19 187 -
CMYK 0.41 0.90 0 0.27
HSL 272.5º 0.82% 0.4% -
HSV(B) 272.5º 0.9% 0.73% -
XYZ 15.63 7.37 47.61 -
YUV 65.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 110 19 187 0.41 0.90 0 0.27 272.5 0.82 0.4
Hex 6E 13 BB 29 5A 0 1B 110 52 28
Octal 156 23 273 51 132 0 33 420 122 50
Binary 1101110 10011 10111011 101001 1011010 0 11011 100010000 1010010 101000

Color Harmonies of #6E13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E13BB

Black with #6E13BB

Text Example


Text Example

White with #6E13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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