Html Css Color HEX #6E2CBF Purple Heart

📋 copy color: '#6E2CBF'

red 110 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #6E2CBF

Tints of Purple Heart #6E2CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

 BLUE value IS 191 (75% from 255) = 55.36%

R = 31.88%
G = 12.75%
B = 55.36%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E2CBF (or 0x6E2CBF) is known color: Purple Heart. HEX triplet: 6E, 2C and BF. RGB value is (110,44,191). Sum of RGB (Red+Green+Blue) = 110+44+191=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E2CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2CBF is #91D340. Grayscale: #4F4F4F. Windows color (decimal): -9556801 or 12528750. OLE color: 12528750.

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

Color convert

RGB 110 44 191 -
CMYK 0.42 0.77 0 0.25
HSL 266.94º 0.63% 0.46% -
HSV(B) 266.94º 0.77% 0.75% -
XYZ 16.74 8.88 50.12 -
YUV 80.49 190.37 149.05 -
System Red Green Blue C M Y K H S L
Decimal 110 44 191 0.42 0.77 0 0.25 266.94 0.63 0.46
Hex 6E 2C BF 2A 4D 0 19 10B 3F 2E
Octal 156 54 277 52 115 0 31 413 77 56
Binary 1101110 101100 10111111 101010 1001101 0 11001 100001011 111111 101110

Color Harmonies of #6E2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2CBF

Black with #6E2CBF

Text Example


Text Example

White with #6E2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,44,191); }

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

background-color css

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

 a { background-color: rgb(110,44,191); }

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

border-color css

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

 span { border-color: rgb(110,44,191); }

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