Html Css Color HEX #6E1EC6 Purple Heart

📋 copy color: '#6E1EC6'

red 110 ◦ green 30 ◦ blue 198

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

Shades of Purple Heart #6E1EC6

Tints of Purple Heart #6E1EC6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 198 (77.73% from 255) = 58.58%

R = 32.54%
G = 8.88%
B = 58.58%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6E1EC6 (or 0x6E1EC6) is known color: Purple Heart. HEX triplet: 6E, 1E and C6. RGB value is (110,30,198). Sum of RGB (Red+Green+Blue) = 110+30+198=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E1EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EC6 is #91E139. Grayscale: #484848. Windows color (decimal): -9560378 or 12983918. OLE color: 12983918.

HSL color Cylindrical-coordinate representation of color #6E1EC6: hue angle of 268.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1EC6 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 30 198 -
CMYK 0.44 0.85 0 0.22
HSL 268.57º 0.74% 0.45% -
HSV(B) 268.57º 0.85% 0.78% -
XYZ 17.09 8.32 54.13 -
YUV 73.07 198.5 154.34 -
System Red Green Blue C M Y K H S L
Decimal 110 30 198 0.44 0.85 0 0.22 268.57 0.74 0.45
Hex 6E 1E C6 2C 55 0 16 10D 4A 2D
Octal 156 36 306 54 125 0 26 415 112 55
Binary 1101110 11110 11000110 101100 1010101 0 10110 100001101 1001010 101101

Color Harmonies of #6E1EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1EC6

Black with #6E1EC6

Text Example


Text Example

White with #6E1EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,30,198); }

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

background-color css

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

 a { background-color: rgb(110,30,198); }

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

border-color css

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

 span { border-color: rgb(110,30,198); }

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