Html Css Color HEX #6D46BE Purple Heart

📋 copy color: '#6D46BE'

red 109 ◦ green 70 ◦ blue 190

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

Shades of Purple Heart #6D46BE

Tints of Purple Heart #6D46BE

RGB

 RED value IS 109 (42.97% from 255) = 29.54%

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

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

R = 29.54%
G = 18.97%
B = 51.49%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D46BE (or 0x6D46BE) is known color: Purple Heart. HEX triplet: 6D, 46 and BE. RGB value is (109,70,190). Sum of RGB (Red+Green+Blue) = 109+70+190=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D46BE is #92B941. Grayscale: #5E5E5E. Windows color (decimal): -9615682 or 12469869. OLE color: 12469869.

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

Color convert

RGB 109 70 190 -
CMYK 0.43 0.63 0 0.25
HSL 259.5º 0.48% 0.51% -
HSV(B) 259.5º 0.63% 0.75% -
XYZ 17.79 11.35 49.97 -
YUV 95.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 109 70 190 0.43 0.63 0 0.25 259.5 0.48 0.51
Hex 6D 46 BE 2B 3F 0 19 104 30 33
Octal 155 106 276 53 77 0 31 404 60 63
Binary 1101101 1000110 10111110 101011 111111 0 11001 100000100 110000 110011

Color Harmonies of #6D46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D46BE

Black with #6D46BE

Text Example


Text Example

White with #6D46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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