Html Css Color HEX #6E2CDD Purple Heart

📋 copy color: '#6E2CDD'

red 110 ◦ green 44 ◦ blue 221

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

Shades of Purple Heart #6E2CDD

Tints of Purple Heart #6E2CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 29.33%
G = 11.73%
B = 58.93%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E2CDD (or 0x6E2CDD) is known color: Purple Heart. HEX triplet: 6E, 2C and DD. RGB value is (110,44,221). Sum of RGB (Red+Green+Blue) = 110+44+221=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E2CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2CDD is #91D322. Grayscale: #535353. Windows color (decimal): -9556771 or 14494830. OLE color: 14494830.

HSL color Cylindrical-coordinate representation of color #6E2CDD: hue angle of 262.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E2CDD is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 44 221 -
CMYK 0.50 0.80 0 0.13
HSL 262.37º 0.72% 0.52% -
HSV(B) 262.37º 0.8% 0.87% -
XYZ 20.38 10.34 69.33 -
YUV 83.91 205.37 146.61 -
System Red Green Blue C M Y K H S L
Decimal 110 44 221 0.50 0.80 0 0.13 262.37 0.72 0.52
Hex 6E 2C DD 32 50 0 D 106 48 34
Octal 156 54 335 62 120 0 15 406 110 64
Binary 1101110 101100 11011101 110010 1010000 0 1101 100000110 1001000 110100

Color Harmonies of #6E2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2CDD

Black with #6E2CDD

Text Example


Text Example

White with #6E2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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