Html Css Color HEX #661AB9 Purple Heart

📋 copy color: '#661AB9'

red 102 ◦ green 26 ◦ blue 185

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

Shades of Purple Heart #661AB9

Tints of Purple Heart #661AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.11%

R = 32.59%
G = 8.31%
B = 59.11%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#661AB9 (or 0x661AB9) is known color: Purple Heart. HEX triplet: 66, 1A and B9. RGB value is (102,26,185). Sum of RGB (Red+Green+Blue) = 102+26+185=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #661AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661AB9 is #99E546. Grayscale: #424242. Windows color (decimal): -10085703 or 12130918. OLE color: 12130918.

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

Color convert

RGB 102 26 185 -
CMYK 0.45 0.86 0 0.27
HSL 268.68º 0.75% 0.41% -
HSV(B) 268.68º 0.86% 0.73% -
XYZ 14.61 7.07 46.49 -
YUV 66.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 102 26 185 0.45 0.86 0 0.27 268.68 0.75 0.41
Hex 66 1A B9 2D 56 0 1B 10D 4B 29
Octal 146 32 271 55 126 0 33 415 113 51
Binary 1100110 11010 10111001 101101 1010110 0 11011 100001101 1001011 101001

Color Harmonies of #661AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661AB9

Black with #661AB9

Text Example


Text Example

White with #661AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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