Html Css Color HEX #661EDD Purple Heart

📋 copy color: '#661EDD'

red 102 ◦ green 30 ◦ blue 221

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

Shades of Purple Heart #661EDD

Tints of Purple Heart #661EDD

RGB

 RED value IS 102 (40.23% from 255) = 28.9%

 GREEN value IS 30 (12.11% from 255) = 8.5%

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

R = 28.9%
G = 8.5%
B = 62.61%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#661EDD (or 0x661EDD) is known color: Purple Heart. HEX triplet: 66, 1E and DD. RGB value is (102,30,221). Sum of RGB (Red+Green+Blue) = 102+30+221=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #661EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EDD is #99E122. Grayscale: #484848. Windows color (decimal): -10084643 or 14491238. OLE color: 14491238.

HSL color Cylindrical-coordinate representation of color #661EDD: hue angle of 262.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661EDD is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 30 221 -
CMYK 0.54 0.86 0 0.13
HSL 262.62º 0.76% 0.49% -
HSV(B) 262.62º 0.86% 0.87% -
XYZ 18.99 8.97 69.14 -
YUV 73.3 211.35 148.47 -
System Red Green Blue C M Y K H S L
Decimal 102 30 221 0.54 0.86 0 0.13 262.62 0.76 0.49
Hex 66 1E DD 36 56 0 D 107 4C 31
Octal 146 36 335 66 126 0 15 407 114 61
Binary 1100110 11110 11011101 110110 1010110 0 1101 100000111 1001100 110001

Color Harmonies of #661EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EDD

Black with #661EDD

Text Example


Text Example

White with #661EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661EDD; }

 p { color: rgb(102,30,221); }

 H1.HeaderClassName
 {
   color: #661EDD;
 }
 .AnyTagClassName
 {
   color: #661EDD;
 }
</style>

background-color css

<style>
 a { background-color: #661EDD; }

 a { background-color: rgb(102,30,221); }

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

border-color css

<style>
 span { border-color: #661EDD; }

 span { border-color: rgb(102,30,221); }

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