Html Css Color HEX #661ED5 Purple Heart

📋 copy color: '#661ED5'

red 102 ◦ green 30 ◦ blue 213

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

Shades of Purple Heart #661ED5

Tints of Purple Heart #661ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 61.74%

R = 29.57%
G = 8.7%
B = 61.74%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#661ED5 (or 0x661ED5) is known color: Purple Heart. HEX triplet: 66, 1E and D5. RGB value is (102,30,213). Sum of RGB (Red+Green+Blue) = 102+30+213=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #661ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ED5 is #99E12A. Grayscale: #474747. Windows color (decimal): -10084651 or 13966950. OLE color: 13966950.

HSL color Cylindrical-coordinate representation of color #661ED5: hue angle of 263.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661ED5 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 30 213 -
CMYK 0.52 0.86 0 0.16
HSL 263.61º 0.75% 0.48% -
HSV(B) 263.61º 0.86% 0.84% -
XYZ 17.95 8.56 63.66 -
YUV 72.39 207.35 149.12 -
System Red Green Blue C M Y K H S L
Decimal 102 30 213 0.52 0.86 0 0.16 263.61 0.75 0.48
Hex 66 1E D5 34 56 0 10 108 4B 30
Octal 146 36 325 64 126 0 20 410 113 60
Binary 1100110 11110 11010101 110100 1010110 0 10000 100001000 1001011 110000

Color Harmonies of #661ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ED5

Black with #661ED5

Text Example


Text Example

White with #661ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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