Html Css Color HEX #661CAB Purple Heart

📋 copy color: '#661CAB'

red 102 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #661CAB

Tints of Purple Heart #661CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 33.89%
G = 9.3%
B = 56.81%

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

#661CAB (or 0x661CAB) is known color: Purple Heart. HEX triplet: 66, 1C and AB. RGB value is (102,28,171). Sum of RGB (Red+Green+Blue) = 102+28+171=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #661CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661CAB is #99E354. Grayscale: #414141. Windows color (decimal): -10085205 or 11213926. OLE color: 11213926.

HSL color Cylindrical-coordinate representation of color #661CAB: hue angle of 271.05º degrees, saturation: 0.72, 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 #661CAB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 28 171 -
CMYK 0.40 0.84 0 0.33
HSL 271.05º 0.72% 0.39% -
HSV(B) 271.05º 0.84% 0.67% -
XYZ 13.25 6.6 39.1 -
YUV 66.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 102 28 171 0.40 0.84 0 0.33 271.05 0.72 0.39
Hex 66 1C AB 28 54 0 21 10F 48 27
Octal 146 34 253 50 124 0 41 417 110 47
Binary 1100110 11100 10101011 101000 1010100 0 100001 100001111 1001000 100111

Color Harmonies of #661CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661CAB

Black with #661CAB

Text Example


Text Example

White with #661CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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