Html Css Color HEX #661BAB Purple Heart

📋 copy color: '#661BAB'

red 102 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #661BAB

Tints of Purple Heart #661BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 34%
G = 9%
B = 57%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#661BAB (or 0x661BAB) is known color: Purple Heart. HEX triplet: 66, 1B and AB. RGB value is (102,27,171). Sum of RGB (Red+Green+Blue) = 102+27+171=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #661BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661BAB is #99E454. Grayscale: #414141. Windows color (decimal): -10085461 or 11213670. OLE color: 11213670.

HSL color Cylindrical-coordinate representation of color #661BAB: hue angle of 271.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661BAB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 27 171 -
CMYK 0.40 0.84 0 0.33
HSL 271.25º 0.73% 0.39% -
HSV(B) 271.25º 0.84% 0.67% -
XYZ 13.22 6.55 39.1 -
YUV 65.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 102 27 171 0.40 0.84 0 0.33 271.25 0.73 0.39
Hex 66 1B AB 28 54 0 21 10F 49 27
Octal 146 33 253 50 124 0 41 417 111 47
Binary 1100110 11011 10101011 101000 1010100 0 100001 100001111 1001001 100111

Color Harmonies of #661BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661BAB

Black with #661BAB

Text Example


Text Example

White with #661BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,27,171); }

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

background-color css

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

 a { background-color: rgb(102,27,171); }

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

border-color css

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

 span { border-color: rgb(102,27,171); }

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