Html Css Color HEX #6E2CBC Purple Heart

📋 copy color: '#6E2CBC'

red 110 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #6E2CBC

Tints of Purple Heart #6E2CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 32.16%
G = 12.87%
B = 54.97%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E2CBC (or 0x6E2CBC) is known color: Purple Heart. HEX triplet: 6E, 2C and BC. RGB value is (110,44,188). Sum of RGB (Red+Green+Blue) = 110+44+188=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2CBC is #91D343. Grayscale: #4F4F4F. Windows color (decimal): -9556804 or 12332142. OLE color: 12332142.

HSL color Cylindrical-coordinate representation of color #6E2CBC: hue angle of 267.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2CBC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 44 188 -
CMYK 0.41 0.77 0 0.26
HSL 267.5º 0.62% 0.45% -
HSV(B) 267.5º 0.77% 0.74% -
XYZ 16.41 8.75 48.4 -
YUV 80.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 110 44 188 0.41 0.77 0 0.26 267.5 0.62 0.45
Hex 6E 2C BC 29 4D 0 1A 10C 3E 2D
Octal 156 54 274 51 115 0 32 414 76 55
Binary 1101110 101100 10111100 101001 1001101 0 11010 100001100 111110 101101

Color Harmonies of #6E2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2CBC

Black with #6E2CBC

Text Example


Text Example

White with #6E2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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