Html Css Color HEX #661EDB Purple Heart

📋 copy color: '#661EDB'

red 102 ◦ green 30 ◦ blue 219

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

Shades of Purple Heart #661EDB

Tints of Purple Heart #661EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 29.06%
G = 8.55%
B = 62.39%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#661EDB (or 0x661EDB) is known color: Purple Heart. HEX triplet: 66, 1E and DB. RGB value is (102,30,219). Sum of RGB (Red+Green+Blue) = 102+30+219=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #661EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EDB is #99E124. Grayscale: #484848. Windows color (decimal): -10084645 or 14360166. OLE color: 14360166.

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

Color convert

RGB 102 30 219 -
CMYK 0.53 0.86 0 0.14
HSL 262.86º 0.76% 0.49% -
HSV(B) 262.86º 0.86% 0.86% -
XYZ 18.73 8.87 67.74 -
YUV 73.07 210.35 148.63 -
System Red Green Blue C M Y K H S L
Decimal 102 30 219 0.53 0.86 0 0.14 262.86 0.76 0.49
Hex 66 1E DB 35 56 0 E 107 4C 31
Octal 146 36 333 65 126 0 16 407 114 61
Binary 1100110 11110 11011011 110101 1010110 0 1110 100000111 1001100 110001

Color Harmonies of #661EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EDB

Black with #661EDB

Text Example


Text Example

White with #661EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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