Html Css Color HEX #661FAA Purple Heart

📋 copy color: '#661FAA'

red 102 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #661FAA

Tints of Purple Heart #661FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 33.66%
G = 10.23%
B = 56.11%

CMYK

 C value IS 0.4

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#661FAA (or 0x661FAA) is known color: Purple Heart. HEX triplet: 66, 1F and AA. RGB value is (102,31,170). Sum of RGB (Red+Green+Blue) = 102+31+170=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #661FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FAA is #99E055. Grayscale: #434343. Windows color (decimal): -10084438 or 11149158. OLE color: 11149158.

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

Color convert

RGB 102 31 170 -
CMYK 0.4 0.82 0 0.33
HSL 270.65º 0.69% 0.39% -
HSV(B) 270.65º 0.82% 0.67% -
XYZ 13.23 6.71 38.63 -
YUV 68.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 102 31 170 0.4 0.82 0 0.33 270.65 0.69 0.39
Hex 66 1F AA 28 52 0 21 10F 45 27
Octal 146 37 252 50 122 0 41 417 105 47
Binary 1100110 11111 10101010 101000 1010010 0 100001 100001111 1000101 100111

Color Harmonies of #661FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FAA

Black with #661FAA

Text Example


Text Example

White with #661FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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