Html Css Color HEX #6E28CF Purple Heart

📋 copy color: '#6E28CF'

red 110 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #6E28CF

Tints of Purple Heart #6E28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 30.81%
G = 11.2%
B = 57.98%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E28CF (or 0x6E28CF) is known color: Purple Heart. HEX triplet: 6E, 28 and CF. RGB value is (110,40,207). Sum of RGB (Red+Green+Blue) = 110+40+207=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E28CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E28CF is #91D730. Grayscale: #4F4F4F. Windows color (decimal): -9557809 or 13576302. OLE color: 13576302.

HSL color Cylindrical-coordinate representation of color #6E28CF: hue angle of 265.15º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E28CF is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 40 207 -
CMYK 0.47 0.81 0 0.19
HSL 265.15º 0.68% 0.48% -
HSV(B) 265.15º 0.81% 0.81% -
XYZ 18.45 9.34 59.86 -
YUV 79.97 199.69 149.42 -
System Red Green Blue C M Y K H S L
Decimal 110 40 207 0.47 0.81 0 0.19 265.15 0.68 0.48
Hex 6E 28 CF 2F 51 0 13 109 44 30
Octal 156 50 317 57 121 0 23 411 104 60
Binary 1101110 101000 11001111 101111 1010001 0 10011 100001001 1000100 110000

Color Harmonies of #6E28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E28CF

Black with #6E28CF

Text Example


Text Example

White with #6E28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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