Html Css Color HEX #6E2CCD Purple Heart

📋 copy color: '#6E2CCD'

red 110 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #6E2CCD

Tints of Purple Heart #6E2CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.26%

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

R = 30.64%
G = 12.26%
B = 57.1%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E2CCD (or 0x6E2CCD) is known color: Purple Heart. HEX triplet: 6E, 2C and CD. RGB value is (110,44,205). Sum of RGB (Red+Green+Blue) = 110+44+205=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E2CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2CCD is #91D332. Grayscale: #515151. Windows color (decimal): -9556787 or 13446254. OLE color: 13446254.

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

Color convert

RGB 110 44 205 -
CMYK 0.46 0.79 0 0.20
HSL 264.6º 0.65% 0.49% -
HSV(B) 264.6º 0.79% 0.8% -
XYZ 18.35 9.52 58.63 -
YUV 82.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 110 44 205 0.46 0.79 0 0.20 264.6 0.65 0.49
Hex 6E 2C CD 2E 4F 0 14 109 41 31
Octal 156 54 315 56 117 0 24 411 101 61
Binary 1101110 101100 11001101 101110 1001111 0 10100 100001001 1000001 110001

Color Harmonies of #6E2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2CCD

Black with #6E2CCD

Text Example


Text Example

White with #6E2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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