Html Css Color HEX #6E45C1 Purple Heart

📋 copy color: '#6E45C1'

red 110 ◦ green 69 ◦ blue 193

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

Shades of Purple Heart #6E45C1

Tints of Purple Heart #6E45C1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 29.57%
G = 18.55%
B = 51.88%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6E45C1 (or 0x6E45C1) is known color: Purple Heart. HEX triplet: 6E, 45 and C1. RGB value is (110,69,193). Sum of RGB (Red+Green+Blue) = 110+69+193=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E45C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45C1 is #91BA3E. Grayscale: #5E5E5E. Windows color (decimal): -9550399 or 12666222. OLE color: 12666222.

HSL color Cylindrical-coordinate representation of color #6E45C1: hue angle of 259.84º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E45C1 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 69 193 -
CMYK 0.43 0.64 0 0.24
HSL 259.84º 0.5% 0.51% -
HSV(B) 259.84º 0.64% 0.76% -
XYZ 18.18 11.42 51.7 -
YUV 95.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 110 69 193 0.43 0.64 0 0.24 259.84 0.5 0.51
Hex 6E 45 C1 2B 40 0 18 104 32 33
Octal 156 105 301 53 100 0 30 404 62 63
Binary 1101110 1000101 11000001 101011 1000000 0 11000 100000100 110010 110011

Color Harmonies of #6E45C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E45C1

Black with #6E45C1

Text Example


Text Example

White with #6E45C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,193); }

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

background-color css

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

 a { background-color: rgb(110,69,193); }

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

border-color css

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

 span { border-color: rgb(110,69,193); }

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