Html Css Color HEX #6E28BF Purple Heart

📋 copy color: '#6E28BF'

red 110 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #6E28BF

Tints of Purple Heart #6E28BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.01%

R = 32.26%
G = 11.73%
B = 56.01%

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

#6E28BF (or 0x6E28BF) is known color: Purple Heart. HEX triplet: 6E, 28 and BF. RGB value is (110,40,191). Sum of RGB (Red+Green+Blue) = 110+40+191=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E28BF is #91D740. Grayscale: #4D4D4D. Windows color (decimal): -9557825 or 12527726. OLE color: 12527726.

HSL color Cylindrical-coordinate representation of color #6E28BF: hue angle of 267.81º 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 #6E28BF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 40 191 -
CMYK 0.42 0.79 0 0.25
HSL 267.81º 0.65% 0.45% -
HSV(B) 267.81º 0.79% 0.75% -
XYZ 16.59 8.59 50.07 -
YUV 78.14 191.69 150.72 -
System Red Green Blue C M Y K H S L
Decimal 110 40 191 0.42 0.79 0 0.25 267.81 0.65 0.45
Hex 6E 28 BF 2A 4F 0 19 10C 41 2D
Octal 156 50 277 52 117 0 31 414 101 55
Binary 1101110 101000 10111111 101010 1001111 0 11001 100001100 1000001 101101

Color Harmonies of #6E28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E28BF

Black with #6E28BF

Text Example


Text Example

White with #6E28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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