Html Css Color HEX #661FAD Purple Heart

📋 copy color: '#661FAD'

red 102 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #661FAD

Tints of Purple Heart #661FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 33.33%
G = 10.13%
B = 56.54%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#661FAD (or 0x661FAD) is known color: Purple Heart. HEX triplet: 66, 1F and AD. RGB value is (102,31,173). Sum of RGB (Red+Green+Blue) = 102+31+173=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #661FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FAD is #99E052. Grayscale: #434343. Windows color (decimal): -10084435 or 11345766. OLE color: 11345766.

HSL color Cylindrical-coordinate representation of color #661FAD: hue angle of 270º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661FAD is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 31 173 -
CMYK 0.41 0.82 0 0.32
HSL 270º 0.7% 0.4% -
HSV(B) 270º 0.82% 0.68% -
XYZ 13.51 6.82 40.14 -
YUV 68.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 102 31 173 0.41 0.82 0 0.32 270 0.7 0.4
Hex 66 1F AD 29 52 0 20 10E 46 28
Octal 146 37 255 51 122 0 40 416 106 50
Binary 1100110 11111 10101101 101001 1010010 0 100000 100001110 1000110 101000

Color Harmonies of #661FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FAD

Black with #661FAD

Text Example


Text Example

White with #661FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,31,173); }

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

background-color css

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

 a { background-color: rgb(102,31,173); }

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

border-color css

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

 span { border-color: rgb(102,31,173); }

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