Html Css Color HEX #6E2BBC Purple Heart

📋 copy color: '#6E2BBC'

red 110 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #6E2BBC

Tints of Purple Heart #6E2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

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

R = 32.26%
G = 12.61%
B = 55.13%

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

#6E2BBC (or 0x6E2BBC) is known color: Purple Heart. HEX triplet: 6E, 2B and BC. RGB value is (110,43,188). Sum of RGB (Red+Green+Blue) = 110+43+188=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2BBC is #91D443. Grayscale: #4F4F4F. Windows color (decimal): -9557060 or 12331886. OLE color: 12331886.

HSL color Cylindrical-coordinate representation of color #6E2BBC: hue angle of 267.72º degrees, saturation: 0.63, 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 #6E2BBC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 43 188 -
CMYK 0.41 0.77 0 0.26
HSL 267.72º 0.63% 0.45% -
HSV(B) 267.72º 0.77% 0.74% -
XYZ 16.37 8.67 48.39 -
YUV 79.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 110 43 188 0.41 0.77 0 0.26 267.72 0.63 0.45
Hex 6E 2B BC 29 4D 0 1A 10C 3F 2D
Octal 156 53 274 51 115 0 32 414 77 55
Binary 1101110 101011 10111100 101001 1001101 0 11010 100001100 111111 101101

Color Harmonies of #6E2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2BBC

Black with #6E2BBC

Text Example


Text Example

White with #6E2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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