Html Css Color HEX #6E41BE Purple Heart

📋 copy color: '#6E41BE'

red 110 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #6E41BE

Tints of Purple Heart #6E41BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 30.14%
G = 17.81%
B = 52.05%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E41BE (or 0x6E41BE) is known color: Purple Heart. HEX triplet: 6E, 41 and BE. RGB value is (110,65,190). Sum of RGB (Red+Green+Blue) = 110+65+190=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41BE is #91BE41. Grayscale: #5C5C5C. Windows color (decimal): -9551426 or 12468590. OLE color: 12468590.

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

Color convert

RGB 110 65 190 -
CMYK 0.42 0.66 0 0.25
HSL 261.6º 0.49% 0.5% -
HSV(B) 261.6º 0.66% 0.75% -
XYZ 17.61 10.81 49.87 -
YUV 92.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 110 65 190 0.42 0.66 0 0.25 261.6 0.49 0.5
Hex 6E 41 BE 2A 42 0 19 106 31 32
Octal 156 101 276 52 102 0 31 406 61 62
Binary 1101110 1000001 10111110 101010 1000010 0 11001 100000110 110001 110010

Color Harmonies of #6E41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E41BE

Black with #6E41BE

Text Example


Text Example

White with #6E41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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