Html Css Color HEX #6E29B3 Purple Heart

📋 copy color: '#6E29B3'

red 110 ◦ green 41 ◦ blue 179

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

Shades of Purple Heart #6E29B3

Tints of Purple Heart #6E29B3

RGB

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

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

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

R = 33.33%
G = 12.42%
B = 54.24%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E29B3 (or 0x6E29B3) is known color: Purple Heart. HEX triplet: 6E, 29 and B3. RGB value is (110,41,179). Sum of RGB (Red+Green+Blue) = 110+41+179=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E29B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29B3 is #91D64C. Grayscale: #4C4C4C. Windows color (decimal): -9557581 or 11741550. OLE color: 11741550.

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

Color convert

RGB 110 41 179 -
CMYK 0.39 0.77 0 0.30
HSL 270º 0.63% 0.43% -
HSV(B) 270º 0.77% 0.7% -
XYZ 15.36 8.16 43.41 -
YUV 77.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 110 41 179 0.39 0.77 0 0.30 270 0.63 0.43
Hex 6E 29 B3 27 4D 0 1E 10E 3F 2B
Octal 156 51 263 47 115 0 36 416 77 53
Binary 1101110 101001 10110011 100111 1001101 0 11110 100001110 111111 101011

Color Harmonies of #6E29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E29B3

Black with #6E29B3

Text Example


Text Example

White with #6E29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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