Html Css Color HEX #6E06BC Purple Heart

📋 copy color: '#6E06BC'

red 110 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #6E06BC

Tints of Purple Heart #6E06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 36.18%
G = 1.97%
B = 61.84%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E06BC (or 0x6E06BC) is known color: Purple Heart. HEX triplet: 6E, 06 and BC. RGB value is (110,6,188). Sum of RGB (Red+Green+Blue) = 110+6+188=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06BC is #91F943. Grayscale: #393939. Windows color (decimal): -9566532 or 12322414. OLE color: 12322414.

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

Color convert

RGB 110 6 188 -
CMYK 0.41 0.97 0 0.26
HSL 274.29º 0.94% 0.38% -
HSV(B) 274.29º 0.97% 0.74% -
XYZ 15.57 7.08 48.12 -
YUV 57.84 201.46 165.2 -
System Red Green Blue C M Y K H S L
Decimal 110 6 188 0.41 0.97 0 0.26 274.29 0.94 0.38
Hex 6E 6 BC 29 61 0 1A 112 5E 26
Octal 156 6 274 51 141 0 32 422 136 46
Binary 1101110 110 10111100 101001 1100001 0 11010 100010010 1011110 100110

Color Harmonies of #6E06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E06BC

Black with #6E06BC

Text Example


Text Example

White with #6E06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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