Html Css Color HEX #661FAB Purple Heart

📋 copy color: '#661FAB'

red 102 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #661FAB

Tints of Purple Heart #661FAB

RGB

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

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

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

R = 33.55%
G = 10.2%
B = 56.25%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#661FAB (or 0x661FAB) is known color: Purple Heart. HEX triplet: 66, 1F and AB. RGB value is (102,31,171). Sum of RGB (Red+Green+Blue) = 102+31+171=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #661FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FAB is #99E054. Grayscale: #434343. Windows color (decimal): -10084437 or 11214694. OLE color: 11214694.

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

Color convert

RGB 102 31 171 -
CMYK 0.40 0.82 0 0.33
HSL 270.43º 0.69% 0.4% -
HSV(B) 270.43º 0.82% 0.67% -
XYZ 13.32 6.75 39.13 -
YUV 68.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 102 31 171 0.40 0.82 0 0.33 270.43 0.69 0.4
Hex 66 1F AB 28 52 0 21 10E 45 28
Octal 146 37 253 50 122 0 41 416 105 50
Binary 1100110 11111 10101011 101000 1010010 0 100001 100001110 1000101 101000

Color Harmonies of #661FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FAB

Black with #661FAB

Text Example


Text Example

White with #661FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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