Html Css Color HEX #661AB5 Purple Heart

📋 copy color: '#661AB5'

red 102 ◦ green 26 ◦ blue 181

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

Shades of Purple Heart #661AB5

Tints of Purple Heart #661AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.58%

R = 33.01%
G = 8.41%
B = 58.58%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#661AB5 (or 0x661AB5) is known color: Purple Heart. HEX triplet: 66, 1A and B5. RGB value is (102,26,181). Sum of RGB (Red+Green+Blue) = 102+26+181=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #661AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661AB5 is #99E54A. Grayscale: #414141. Windows color (decimal): -10085707 or 11868774. OLE color: 11868774.

HSL color Cylindrical-coordinate representation of color #661AB5: hue angle of 269.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661AB5 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 26 181 -
CMYK 0.44 0.86 0 0.29
HSL 269.42º 0.75% 0.41% -
HSV(B) 269.42º 0.86% 0.71% -
XYZ 14.19 6.9 44.3 -
YUV 66.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 102 26 181 0.44 0.86 0 0.29 269.42 0.75 0.41
Hex 66 1A B5 2C 56 0 1D 10D 4B 29
Octal 146 32 265 54 126 0 35 415 113 51
Binary 1100110 11010 10110101 101100 1010110 0 11101 100001101 1001011 101001

Color Harmonies of #661AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AB5

Black with #661AB5

Text Example


Text Example

White with #661AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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