Html Css Color HEX #6E43BE Purple Heart

📋 copy color: '#6E43BE'

red 110 ◦ green 67 ◦ blue 190

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

Shades of Purple Heart #6E43BE

Tints of Purple Heart #6E43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 29.97%
G = 18.26%
B = 51.77%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E43BE (or 0x6E43BE) is known color: Purple Heart. HEX triplet: 6E, 43 and BE. RGB value is (110,67,190). Sum of RGB (Red+Green+Blue) = 110+67+190=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E43BE is #91BC41. Grayscale: #5D5D5D. Windows color (decimal): -9550914 or 12469102. OLE color: 12469102.

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

Color convert

RGB 110 67 190 -
CMYK 0.42 0.65 0 0.25
HSL 260.98º 0.49% 0.5% -
HSV(B) 260.98º 0.65% 0.75% -
XYZ 17.73 11.05 49.91 -
YUV 93.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 110 67 190 0.42 0.65 0 0.25 260.98 0.49 0.5
Hex 6E 43 BE 2A 41 0 19 105 31 32
Octal 156 103 276 52 101 0 31 405 61 62
Binary 1101110 1000011 10111110 101010 1000001 0 11001 100000101 110001 110010

Color Harmonies of #6E43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E43BE

Black with #6E43BE

Text Example


Text Example

White with #6E43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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