Html Css Color HEX #6E29BB Purple Heart

📋 copy color: '#6E29BB'

red 110 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #6E29BB

Tints of Purple Heart #6E29BB

RGB

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

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

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

R = 32.54%
G = 12.13%
B = 55.33%

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

#6E29BB (or 0x6E29BB) is known color: Purple Heart. HEX triplet: 6E, 29 and BB. RGB value is (110,41,187). Sum of RGB (Red+Green+Blue) = 110+41+187=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E29BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29BB is #91D644. Grayscale: #4D4D4D. Windows color (decimal): -9557573 or 12265838. OLE color: 12265838.

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

Color convert

RGB 110 41 187 -
CMYK 0.41 0.78 0 0.27
HSL 268.36º 0.64% 0.45% -
HSV(B) 268.36º 0.78% 0.73% -
XYZ 16.19 8.49 47.8 -
YUV 78.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 110 41 187 0.41 0.78 0 0.27 268.36 0.64 0.45
Hex 6E 29 BB 29 4E 0 1B 10C 40 2D
Octal 156 51 273 51 116 0 33 414 100 55
Binary 1101110 101001 10111011 101001 1001110 0 11011 100001100 1000000 101101

Color Harmonies of #6E29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E29BB

Black with #6E29BB

Text Example


Text Example

White with #6E29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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