Html Css Color HEX #661EDE Purple Heart

📋 copy color: '#661EDE'

red 102 ◦ green 30 ◦ blue 222

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

Shades of Purple Heart #661EDE

Tints of Purple Heart #661EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 28.81%
G = 8.47%
B = 62.71%

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

#661EDE (or 0x661EDE) is known color: Purple Heart. HEX triplet: 66, 1E and DE. RGB value is (102,30,222). Sum of RGB (Red+Green+Blue) = 102+30+222=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #661EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EDE is #99E121. Grayscale: #484848. Windows color (decimal): -10084642 or 14556774. OLE color: 14556774.

HSL color Cylindrical-coordinate representation of color #661EDE: hue angle of 262.5º 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 #661EDE is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 30 222 -
CMYK 0.54 0.86 0 0.13
HSL 262.5º 0.76% 0.49% -
HSV(B) 262.5º 0.86% 0.87% -
XYZ 19.13 9.03 69.84 -
YUV 73.42 211.85 148.39 -
System Red Green Blue C M Y K H S L
Decimal 102 30 222 0.54 0.86 0 0.13 262.5 0.76 0.49
Hex 66 1E DE 36 56 0 D 106 4C 31
Octal 146 36 336 66 126 0 15 406 114 61
Binary 1100110 11110 11011110 110110 1010110 0 1101 100000110 1001100 110001

Color Harmonies of #661EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EDE

Black with #661EDE

Text Example


Text Example

White with #661EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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