Html Css Color HEX #6E2DBA Purple Heart

📋 copy color: '#6E2DBA'

red 110 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #6E2DBA

Tints of Purple Heart #6E2DBA

RGB

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

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

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

R = 32.26%
G = 13.2%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E2DBA (or 0x6E2DBA) is known color: Purple Heart. HEX triplet: 6E, 2D and BA. RGB value is (110,45,186). Sum of RGB (Red+Green+Blue) = 110+45+186=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E2DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DBA is #91D245. Grayscale: #505050. Windows color (decimal): -9556550 or 12201326. OLE color: 12201326.

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

Color convert

RGB 110 45 186 -
CMYK 0.41 0.76 0 0.27
HSL 267.66º 0.61% 0.45% -
HSV(B) 267.66º 0.76% 0.73% -
XYZ 16.23 8.74 47.29 -
YUV 80.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 110 45 186 0.41 0.76 0 0.27 267.66 0.61 0.45
Hex 6E 2D BA 29 4C 0 1B 10C 3D 2D
Octal 156 55 272 51 114 0 33 414 75 55
Binary 1101110 101101 10111010 101001 1001100 0 11011 100001100 111101 101101

Color Harmonies of #6E2DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DBA

Black with #6E2DBA

Text Example


Text Example

White with #6E2DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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