Html Css Color HEX #6E46BE Purple Heart

📋 copy color: '#6E46BE'

red 110 ◦ green 70 ◦ blue 190

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

Shades of Purple Heart #6E46BE

Tints of Purple Heart #6E46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

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

R = 29.73%
G = 18.92%
B = 51.35%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E46BE (or 0x6E46BE) is known color: Purple Heart. HEX triplet: 6E, 46 and BE. RGB value is (110,70,190). Sum of RGB (Red+Green+Blue) = 110+70+190=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E46BE is #91B941. Grayscale: #5F5F5F. Windows color (decimal): -9550146 or 12469870. OLE color: 12469870.

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

Color convert

RGB 110 70 190 -
CMYK 0.42 0.63 0 0.25
HSL 260º 0.48% 0.51% -
HSV(B) 260º 0.63% 0.75% -
XYZ 17.91 11.41 49.97 -
YUV 95.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 110 70 190 0.42 0.63 0 0.25 260 0.48 0.51
Hex 6E 46 BE 2A 3F 0 19 104 30 33
Octal 156 106 276 52 77 0 31 404 60 63
Binary 1101110 1000110 10111110 101010 111111 0 11001 100000100 110000 110011

Color Harmonies of #6E46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E46BE

Black with #6E46BE

Text Example


Text Example

White with #6E46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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