Html Css Color HEX #661CD5 Purple Heart

📋 copy color: '#661CD5'

red 102 ◦ green 28 ◦ blue 213

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

Shades of Purple Heart #661CD5

Tints of Purple Heart #661CD5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

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

R = 29.74%
G = 8.16%
B = 62.1%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#661CD5 (or 0x661CD5) is known color: Purple Heart. HEX triplet: 66, 1C and D5. RGB value is (102,28,213). Sum of RGB (Red+Green+Blue) = 102+28+213=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #661CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CD5 is #99E32A. Grayscale: #464646. Windows color (decimal): -10085163 or 13966438. OLE color: 13966438.

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

Color convert

RGB 102 28 213 -
CMYK 0.52 0.87 0 0.16
HSL 264º 0.77% 0.47% -
HSV(B) 264º 0.87% 0.84% -
XYZ 17.9 8.46 63.64 -
YUV 71.22 208.02 149.96 -
System Red Green Blue C M Y K H S L
Decimal 102 28 213 0.52 0.87 0 0.16 264 0.77 0.47
Hex 66 1C D5 34 57 0 10 108 4D 2F
Octal 146 34 325 64 127 0 20 410 115 57
Binary 1100110 11100 11010101 110100 1010111 0 10000 100001000 1001101 101111

Color Harmonies of #661CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661CD5

Black with #661CD5

Text Example


Text Example

White with #661CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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