Html Css Color HEX #6E11B3 Purple Heart

📋 copy color: '#6E11B3'

red 110 ◦ green 17 ◦ blue 179

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

Shades of Purple Heart #6E11B3

Tints of Purple Heart #6E11B3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 35.95%
G = 5.56%
B = 58.5%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E11B3 (or 0x6E11B3) is known color: Purple Heart. HEX triplet: 6E, 11 and B3. RGB value is (110,17,179). Sum of RGB (Red+Green+Blue) = 110+17+179=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E11B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E11B3 is #91EE4C. Grayscale: #3E3E3E. Windows color (decimal): -9563725 or 11735406. OLE color: 11735406.

HSL color Cylindrical-coordinate representation of color #6E11B3: hue angle of 274.44º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E11B3 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 17 179 -
CMYK 0.39 0.91 0 0.30
HSL 274.44º 0.83% 0.38% -
HSV(B) 274.44º 0.91% 0.7% -
XYZ 14.77 6.97 43.21 -
YUV 63.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 110 17 179 0.39 0.91 0 0.30 274.44 0.83 0.38
Hex 6E 11 B3 27 5B 0 1E 112 53 26
Octal 156 21 263 47 133 0 36 422 123 46
Binary 1101110 10001 10110011 100111 1011011 0 11110 100010010 1010011 100110

Color Harmonies of #6E11B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11B3

Black with #6E11B3

Text Example


Text Example

White with #6E11B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,179); }

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

background-color css

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

 a { background-color: rgb(110,17,179); }

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

border-color css

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

 span { border-color: rgb(110,17,179); }

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