Html Css Color HEX #661ADB Purple Heart

📋 copy color: '#661ADB'

red 102 ◦ green 26 ◦ blue 219

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

Shades of Purple Heart #661ADB

Tints of Purple Heart #661ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 29.39%
G = 7.49%
B = 63.11%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#661ADB (or 0x661ADB) is known color: Purple Heart. HEX triplet: 66, 1A and DB. RGB value is (102,26,219). Sum of RGB (Red+Green+Blue) = 102+26+219=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #661ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ADB is #99E524. Grayscale: #464646. Windows color (decimal): -10085669 or 14359142. OLE color: 14359142.

HSL color Cylindrical-coordinate representation of color #661ADB: hue angle of 263.63º 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 #661ADB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 26 219 -
CMYK 0.53 0.88 0 0.14
HSL 263.63º 0.79% 0.48% -
HSV(B) 263.63º 0.88% 0.86% -
XYZ 18.64 8.68 67.71 -
YUV 70.73 211.68 150.31 -
System Red Green Blue C M Y K H S L
Decimal 102 26 219 0.53 0.88 0 0.14 263.63 0.79 0.48
Hex 66 1A DB 35 58 0 E 108 4F 30
Octal 146 32 333 65 130 0 16 410 117 60
Binary 1100110 11010 11011011 110101 1011000 0 1110 100001000 1001111 110000

Color Harmonies of #661ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ADB

Black with #661ADB

Text Example


Text Example

White with #661ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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