Html Css Color HEX #6E29BA Purple Heart

📋 copy color: '#6E29BA'

red 110 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6E29BA

Tints of Purple Heart #6E29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 32.64%
G = 12.17%
B = 55.19%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E29BA (or 0x6E29BA) is known color: Purple Heart. HEX triplet: 6E, 29 and BA. RGB value is (110,41,186). Sum of RGB (Red+Green+Blue) = 110+41+186=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29BA is #91D645. Grayscale: #4D4D4D. Windows color (decimal): -9557574 or 12200302. OLE color: 12200302.

HSL color Cylindrical-coordinate representation of color #6E29BA: hue angle of 268.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E29BA is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 41 186 -
CMYK 0.41 0.78 0 0.27
HSL 268.55º 0.64% 0.45% -
HSV(B) 268.55º 0.78% 0.73% -
XYZ 16.09 8.45 47.24 -
YUV 78.16 188.86 150.71 -
System Red Green Blue C M Y K H S L
Decimal 110 41 186 0.41 0.78 0 0.27 268.55 0.64 0.45
Hex 6E 29 BA 29 4E 0 1B 10D 40 2D
Octal 156 51 272 51 116 0 33 415 100 55
Binary 1101110 101001 10111010 101001 1001110 0 11011 100001101 1000000 101101

Color Harmonies of #6E29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E29BA

Black with #6E29BA

Text Example


Text Example

White with #6E29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,186); }

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

background-color css

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

 a { background-color: rgb(110,41,186); }

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

border-color css

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

 span { border-color: rgb(110,41,186); }

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