Html Css Color HEX #6E1CCD Purple Heart

📋 copy color: '#6E1CCD'

red 110 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #6E1CCD

Tints of Purple Heart #6E1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 32.07%
G = 8.16%
B = 59.77%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E1CCD (or 0x6E1CCD) is known color: Purple Heart. HEX triplet: 6E, 1C and CD. RGB value is (110,28,205). Sum of RGB (Red+Green+Blue) = 110+28+205=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E1CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CCD is #91E332. Grayscale: #484848. Windows color (decimal): -9560883 or 13442158. OLE color: 13442158.

HSL color Cylindrical-coordinate representation of color #6E1CCD: hue angle of 267.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1CCD is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 28 205 -
CMYK 0.46 0.86 0 0.20
HSL 267.8º 0.76% 0.46% -
HSV(B) 267.8º 0.86% 0.8% -
XYZ 17.87 8.55 58.47 -
YUV 72.7 202.67 154.61 -
System Red Green Blue C M Y K H S L
Decimal 110 28 205 0.46 0.86 0 0.20 267.8 0.76 0.46
Hex 6E 1C CD 2E 56 0 14 10C 4C 2E
Octal 156 34 315 56 126 0 24 414 114 56
Binary 1101110 11100 11001101 101110 1010110 0 10100 100001100 1001100 101110

Color Harmonies of #6E1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CCD

Black with #6E1CCD

Text Example


Text Example

White with #6E1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,205); }

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

background-color css

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

 a { background-color: rgb(110,28,205); }

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

border-color css

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

 span { border-color: rgb(110,28,205); }

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