Html Css Color HEX #6E3BB9 Purple Heart

📋 copy color: '#6E3BB9'

red 110 ◦ green 59 ◦ blue 185

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

Shades of Purple Heart #6E3BB9

Tints of Purple Heart #6E3BB9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

 BLUE value IS 185 (72.66% from 255) = 52.26%

R = 31.07%
G = 16.67%
B = 52.26%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E3BB9 (or 0x6E3BB9) is known color: Purple Heart. HEX triplet: 6E, 3B and B9. RGB value is (110,59,185). Sum of RGB (Red+Green+Blue) = 110+59+185=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E3BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BB9 is #91C446. Grayscale: #585858. Windows color (decimal): -9552967 or 12139374. OLE color: 12139374.

HSL color Cylindrical-coordinate representation of color #6E3BB9: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3BB9 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 59 185 -
CMYK 0.41 0.68 0 0.27
HSL 264.29º 0.52% 0.48% -
HSV(B) 264.29º 0.68% 0.73% -
XYZ 16.75 9.95 46.94 -
YUV 88.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 110 59 185 0.41 0.68 0 0.27 264.29 0.52 0.48
Hex 6E 3B B9 29 44 0 1B 108 34 30
Octal 156 73 271 51 104 0 33 410 64 60
Binary 1101110 111011 10111001 101001 1000100 0 11011 100001000 110100 110000

Color Harmonies of #6E3BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3BB9

Black with #6E3BB9

Text Example


Text Example

White with #6E3BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,59,185); }

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

background-color css

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

 a { background-color: rgb(110,59,185); }

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

border-color css

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

 span { border-color: rgb(110,59,185); }

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