Html Css Color HEX #6E1FBA Purple Heart

📋 copy color: '#6E1FBA'

red 110 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #6E1FBA

Tints of Purple Heart #6E1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 33.64%
G = 9.48%
B = 56.88%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E1FBA (or 0x6E1FBA) is known color: Purple Heart. HEX triplet: 6E, 1F and BA. RGB value is (110,31,186). Sum of RGB (Red+Green+Blue) = 110+31+186=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E1FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1FBA is #91E045. Grayscale: #474747. Windows color (decimal): -9560134 or 12197742. OLE color: 12197742.

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

Color convert

RGB 110 31 186 -
CMYK 0.41 0.83 0 0.27
HSL 270.58º 0.71% 0.43% -
HSV(B) 270.58º 0.83% 0.73% -
XYZ 15.78 7.84 47.14 -
YUV 72.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 110 31 186 0.41 0.83 0 0.27 270.58 0.71 0.43
Hex 6E 1F BA 29 53 0 1B 10F 47 2B
Octal 156 37 272 51 123 0 33 417 107 53
Binary 1101110 11111 10111010 101001 1010011 0 11011 100001111 1000111 101011

Color Harmonies of #6E1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1FBA

Black with #6E1FBA

Text Example


Text Example

White with #6E1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,31,186); }

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

background-color css

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

 a { background-color: rgb(110,31,186); }

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

border-color css

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

 span { border-color: rgb(110,31,186); }

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