Html Css Color HEX #661ABC Purple Heart

📋 copy color: '#661ABC'

red 102 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #661ABC

Tints of Purple Heart #661ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 32.28%
G = 8.23%
B = 59.49%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#661ABC (or 0x661ABC) is known color: Purple Heart. HEX triplet: 66, 1A and BC. RGB value is (102,26,188). Sum of RGB (Red+Green+Blue) = 102+26+188=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #661ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ABC is #99E543. Grayscale: #424242. Windows color (decimal): -10085700 or 12327526. OLE color: 12327526.

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

Color convert

RGB 102 26 188 -
CMYK 0.46 0.86 0 0.26
HSL 268.15º 0.76% 0.42% -
HSV(B) 268.15º 0.86% 0.74% -
XYZ 14.93 7.19 48.18 -
YUV 67.19 196.18 152.83 -
System Red Green Blue C M Y K H S L
Decimal 102 26 188 0.46 0.86 0 0.26 268.15 0.76 0.42
Hex 66 1A BC 2E 56 0 1A 10C 4C 2A
Octal 146 32 274 56 126 0 32 414 114 52
Binary 1100110 11010 10111100 101110 1010110 0 11010 100001100 1001100 101010

Color Harmonies of #661ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661ABC

Black with #661ABC

Text Example


Text Example

White with #661ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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