Html Css Color HEX #6E0CBC Purple Heart

📋 copy color: '#6E0CBC'

red 110 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #6E0CBC

Tints of Purple Heart #6E0CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 35.48%
G = 3.87%
B = 60.65%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E0CBC (or 0x6E0CBC) is known color: Purple Heart. HEX triplet: 6E, 0C and BC. RGB value is (110,12,188). Sum of RGB (Red+Green+Blue) = 110+12+188=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CBC is #91F343. Grayscale: #3C3C3C. Windows color (decimal): -9564996 or 12323950. OLE color: 12323950.

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

Color convert

RGB 110 12 188 -
CMYK 0.41 0.94 0 0.26
HSL 273.41º 0.88% 0.39% -
HSV(B) 273.41º 0.94% 0.74% -
XYZ 15.64 7.21 48.14 -
YUV 61.37 199.47 162.69 -
System Red Green Blue C M Y K H S L
Decimal 110 12 188 0.41 0.94 0 0.26 273.41 0.88 0.39
Hex 6E C BC 29 5E 0 1A 111 58 27
Octal 156 14 274 51 136 0 32 421 130 47
Binary 1101110 1100 10111100 101001 1011110 0 11010 100010001 1011000 100111

Color Harmonies of #6E0CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CBC

Black with #6E0CBC

Text Example


Text Example

White with #6E0CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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