Html Css Color HEX #661ADC Purple Heart

📋 copy color: '#661ADC'

red 102 ◦ green 26 ◦ blue 220

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

Shades of Purple Heart #661ADC

Tints of Purple Heart #661ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 29.31%
G = 7.47%
B = 63.22%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#661ADC (or 0x661ADC) is known color: Purple Heart. HEX triplet: 66, 1A and DC. RGB value is (102,26,220). Sum of RGB (Red+Green+Blue) = 102+26+220=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #661ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ADC is #99E523. Grayscale: #464646. Windows color (decimal): -10085668 or 14424678. OLE color: 14424678.

HSL color Cylindrical-coordinate representation of color #661ADC: hue angle of 263.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661ADC is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 26 220 -
CMYK 0.54 0.88 0 0.14
HSL 263.51º 0.79% 0.48% -
HSV(B) 263.51º 0.88% 0.86% -
XYZ 18.77 8.73 68.41 -
YUV 70.84 212.18 150.23 -
System Red Green Blue C M Y K H S L
Decimal 102 26 220 0.54 0.88 0 0.14 263.51 0.79 0.48
Hex 66 1A DC 36 58 0 E 108 4F 30
Octal 146 32 334 66 130 0 16 410 117 60
Binary 1100110 11010 11011100 110110 1011000 0 1110 100001000 1001111 110000

Color Harmonies of #661ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ADC

Black with #661ADC

Text Example


Text Example

White with #661ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,26,220); }

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

background-color css

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

 a { background-color: rgb(102,26,220); }

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

border-color css

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

 span { border-color: rgb(102,26,220); }

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