Html Css Color HEX #6E2DBC Purple Heart

📋 copy color: '#6E2DBC'

red 110 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #6E2DBC

Tints of Purple Heart #6E2DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

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

R = 32.07%
G = 13.12%
B = 54.81%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E2DBC (or 0x6E2DBC) is known color: Purple Heart. HEX triplet: 6E, 2D and BC. RGB value is (110,45,188). Sum of RGB (Red+Green+Blue) = 110+45+188=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E2DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DBC is #91D243. Grayscale: #505050. Windows color (decimal): -9556548 or 12332398. OLE color: 12332398.

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

Color convert

RGB 110 45 188 -
CMYK 0.41 0.76 0 0.26
HSL 267.27º 0.61% 0.46% -
HSV(B) 267.27º 0.76% 0.74% -
XYZ 16.45 8.82 48.41 -
YUV 80.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 110 45 188 0.41 0.76 0 0.26 267.27 0.61 0.46
Hex 6E 2D BC 29 4C 0 1A 10B 3D 2E
Octal 156 55 274 51 114 0 32 413 75 56
Binary 1101110 101101 10111100 101001 1001100 0 11010 100001011 111101 101110

Color Harmonies of #6E2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DBC

Black with #6E2DBC

Text Example


Text Example

White with #6E2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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