Html Css Color HEX #661CDD Purple Heart

📋 copy color: '#661CDD'

red 102 ◦ green 28 ◦ blue 221

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

Shades of Purple Heart #661CDD

Tints of Purple Heart #661CDD

RGB

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

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

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

R = 29.06%
G = 7.98%
B = 62.96%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#661CDD (or 0x661CDD) is known color: Purple Heart. HEX triplet: 66, 1C and DD. RGB value is (102,28,221). Sum of RGB (Red+Green+Blue) = 102+28+221=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #661CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CDD is #99E322. Grayscale: #474747. Windows color (decimal): -10085155 or 14490726. OLE color: 14490726.

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

Color convert

RGB 102 28 221 -
CMYK 0.54 0.87 0 0.13
HSL 263.01º 0.78% 0.49% -
HSV(B) 263.01º 0.87% 0.87% -
XYZ 18.95 8.88 69.12 -
YUV 72.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 102 28 221 0.54 0.87 0 0.13 263.01 0.78 0.49
Hex 66 1C DD 36 57 0 D 107 4E 31
Octal 146 34 335 66 127 0 15 407 116 61
Binary 1100110 11100 11011101 110110 1010111 0 1101 100000111 1001110 110001

Color Harmonies of #661CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661CDD

Black with #661CDD

Text Example


Text Example

White with #661CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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