Html Css Color HEX #6E3FBB Purple Heart

📋 copy color: '#6E3FBB'

red 110 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #6E3FBB

Tints of Purple Heart #6E3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 30.56%
G = 17.5%
B = 51.94%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E3FBB (or 0x6E3FBB) is known color: Purple Heart. HEX triplet: 6E, 3F and BB. RGB value is (110,63,187). Sum of RGB (Red+Green+Blue) = 110+63+187=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E3FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FBB is #91C044. Grayscale: #5A5A5A. Windows color (decimal): -9551941 or 12271470. OLE color: 12271470.

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

Color convert

RGB 110 63 187 -
CMYK 0.41 0.66 0 0.27
HSL 262.74º 0.5% 0.49% -
HSV(B) 262.74º 0.66% 0.73% -
XYZ 17.18 10.46 48.13 -
YUV 91.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 110 63 187 0.41 0.66 0 0.27 262.74 0.5 0.49
Hex 6E 3F BB 29 42 0 1B 107 32 31
Octal 156 77 273 51 102 0 33 407 62 61
Binary 1101110 111111 10111011 101001 1000010 0 11011 100000111 110010 110001

Color Harmonies of #6E3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3FBB

Black with #6E3FBB

Text Example


Text Example

White with #6E3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,63,187); }

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

background-color css

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

 a { background-color: rgb(110,63,187); }

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

border-color css

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

 span { border-color: rgb(110,63,187); }

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