Html Css Color HEX #6E28BE Purple Heart

📋 copy color: '#6E28BE'

red 110 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #6E28BE

Tints of Purple Heart #6E28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 32.35%
G = 11.76%
B = 55.88%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E28BE (or 0x6E28BE) is known color: Purple Heart. HEX triplet: 6E, 28 and BE. RGB value is (110,40,190). Sum of RGB (Red+Green+Blue) = 110+40+190=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E28BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E28BE is #91D741. Grayscale: #4D4D4D. Windows color (decimal): -9557826 or 12462190. OLE color: 12462190.

HSL color Cylindrical-coordinate representation of color #6E28BE: hue angle of 268º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E28BE is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 40 190 -
CMYK 0.42 0.79 0 0.25
HSL 268º 0.65% 0.45% -
HSV(B) 268º 0.79% 0.75% -
XYZ 16.48 8.55 49.5 -
YUV 78.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 110 40 190 0.42 0.79 0 0.25 268 0.65 0.45
Hex 6E 28 BE 2A 4F 0 19 10C 41 2D
Octal 156 50 276 52 117 0 31 414 101 55
Binary 1101110 101000 10111110 101010 1001111 0 11001 100001100 1000001 101101

Color Harmonies of #6E28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E28BE

Black with #6E28BE

Text Example


Text Example

White with #6E28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,190); }

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

background-color css

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

 a { background-color: rgb(110,40,190); }

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

border-color css

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

 span { border-color: rgb(110,40,190); }

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