Html Css Color HEX #661AB6 Purple Heart

📋 copy color: '#661AB6'

red 102 ◦ green 26 ◦ blue 182

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

Shades of Purple Heart #661AB6

Tints of Purple Heart #661AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.71%

R = 32.9%
G = 8.39%
B = 58.71%

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

#661AB6 (or 0x661AB6) is known color: Purple Heart. HEX triplet: 66, 1A and B6. RGB value is (102,26,182). Sum of RGB (Red+Green+Blue) = 102+26+182=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #661AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661AB6 is #99E549. Grayscale: #414141. Windows color (decimal): -10085706 or 11934310. OLE color: 11934310.

HSL color Cylindrical-coordinate representation of color #661AB6: hue angle of 269.23º 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 #661AB6 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 26 182 -
CMYK 0.44 0.86 0 0.29
HSL 269.23º 0.75% 0.41% -
HSV(B) 269.23º 0.86% 0.71% -
XYZ 14.29 6.94 44.84 -
YUV 66.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 102 26 182 0.44 0.86 0 0.29 269.23 0.75 0.41
Hex 66 1A B6 2C 56 0 1D 10D 4B 29
Octal 146 32 266 54 126 0 35 415 113 51
Binary 1100110 11010 10110110 101100 1010110 0 11101 100001101 1001011 101001

Color Harmonies of #661AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AB6

Black with #661AB6

Text Example


Text Example

White with #661AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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