Html Css Color HEX #6E40CD Purple Heart

📋 copy color: '#6E40CD'

red 110 ◦ green 64 ◦ blue 205

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

Shades of Purple Heart #6E40CD

Tints of Purple Heart #6E40CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 29.02%
G = 16.89%
B = 54.09%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E40CD (or 0x6E40CD) is known color: Purple Heart. HEX triplet: 6E, 40 and CD. RGB value is (110,64,205). Sum of RGB (Red+Green+Blue) = 110+64+205=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E40CD is #91BF32. Grayscale: #5D5D5D. Windows color (decimal): -9551667 or 13451374. OLE color: 13451374.

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

Color convert

RGB 110 64 205 -
CMYK 0.46 0.69 0 0.20
HSL 259.57º 0.59% 0.53% -
HSV(B) 259.57º 0.69% 0.8% -
XYZ 19.28 11.39 58.94 -
YUV 93.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 110 64 205 0.46 0.69 0 0.20 259.57 0.59 0.53
Hex 6E 40 CD 2E 45 0 14 104 3B 35
Octal 156 100 315 56 105 0 24 404 73 65
Binary 1101110 1000000 11001101 101110 1000101 0 10100 100000100 111011 110101

Color Harmonies of #6E40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40CD

Black with #6E40CD

Text Example


Text Example

White with #6E40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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