Html Css Color HEX #661ABB Purple Heart

📋 copy color: '#661ABB'

red 102 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #661ABB

Tints of Purple Heart #661ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 32.38%
G = 8.25%
B = 59.37%

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

#661ABB (or 0x661ABB) is known color: Purple Heart. HEX triplet: 66, 1A and BB. RGB value is (102,26,187). Sum of RGB (Red+Green+Blue) = 102+26+187=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #661ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ABB is #99E544. Grayscale: #424242. Windows color (decimal): -10085701 or 12261990. OLE color: 12261990.

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

Color convert

RGB 102 26 187 -
CMYK 0.45 0.86 0 0.27
HSL 268.32º 0.76% 0.42% -
HSV(B) 268.32º 0.86% 0.73% -
XYZ 14.82 7.15 47.61 -
YUV 67.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 102 26 187 0.45 0.86 0 0.27 268.32 0.76 0.42
Hex 66 1A BB 2D 56 0 1B 10C 4C 2A
Octal 146 32 273 55 126 0 33 414 114 52
Binary 1100110 11010 10111011 101101 1010110 0 11011 100001100 1001100 101010

Color Harmonies of #661ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ABB

Black with #661ABB

Text Example


Text Example

White with #661ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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