Html Css Color HEX #661ADE Purple Heart

📋 copy color: '#661ADE'

red 102 ◦ green 26 ◦ blue 222

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

Shades of Purple Heart #661ADE

Tints of Purple Heart #661ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 29.14%
G = 7.43%
B = 63.43%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#661ADE (or 0x661ADE) is known color: Purple Heart. HEX triplet: 66, 1A and DE. RGB value is (102,26,222). Sum of RGB (Red+Green+Blue) = 102+26+222=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #661ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ADE is #99E521. Grayscale: #464646. Windows color (decimal): -10085666 or 14555750. OLE color: 14555750.

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

Color convert

RGB 102 26 222 -
CMYK 0.54 0.88 0 0.13
HSL 263.27º 0.79% 0.49% -
HSV(B) 263.27º 0.88% 0.87% -
XYZ 19.03 8.84 69.81 -
YUV 71.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 102 26 222 0.54 0.88 0 0.13 263.27 0.79 0.49
Hex 66 1A DE 36 58 0 D 107 4F 31
Octal 146 32 336 66 130 0 15 407 117 61
Binary 1100110 11010 11011110 110110 1011000 0 1101 100000111 1001111 110001

Color Harmonies of #661ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ADE

Black with #661ADE

Text Example


Text Example

White with #661ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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