Html Css Color HEX #6E3DDD Purple Heart

📋 copy color: '#6E3DDD'

red 110 ◦ green 61 ◦ blue 221

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

Shades of Purple Heart #6E3DDD

Tints of Purple Heart #6E3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

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

R = 28.06%
G = 15.56%
B = 56.38%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E3DDD (or 0x6E3DDD) is known color: Purple Heart. HEX triplet: 6E, 3D and DD. RGB value is (110,61,221). Sum of RGB (Red+Green+Blue) = 110+61+221=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E3DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DDD is #91C222. Grayscale: #5D5D5D. Windows color (decimal): -9552419 or 14499182. OLE color: 14499182.

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

Color convert

RGB 110 61 221 -
CMYK 0.50 0.72 0 0.13
HSL 258.38º 0.7% 0.55% -
HSV(B) 258.38º 0.72% 0.87% -
XYZ 21.15 11.87 69.58 -
YUV 93.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 110 61 221 0.50 0.72 0 0.13 258.38 0.7 0.55
Hex 6E 3D DD 32 48 0 D 102 46 37
Octal 156 75 335 62 110 0 15 402 106 67
Binary 1101110 111101 11011101 110010 1001000 0 1101 100000010 1000110 110111

Color Harmonies of #6E3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3DDD

Black with #6E3DDD

Text Example


Text Example

White with #6E3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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