Html Css Color HEX #661BAE Purple Heart

📋 copy color: '#661BAE'

red 102 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #661BAE

Tints of Purple Heart #661BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 33.66%
G = 8.91%
B = 57.43%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#661BAE (or 0x661BAE) is known color: Purple Heart. HEX triplet: 66, 1B and AE. RGB value is (102,27,174). Sum of RGB (Red+Green+Blue) = 102+27+174=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #661BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661BAE is #99E451. Grayscale: #414141. Windows color (decimal): -10085458 or 11410278. OLE color: 11410278.

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

Color convert

RGB 102 27 174 -
CMYK 0.41 0.84 0 0.32
HSL 270.61º 0.73% 0.39% -
HSV(B) 270.61º 0.84% 0.68% -
XYZ 13.51 6.66 40.62 -
YUV 66.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 102 27 174 0.41 0.84 0 0.32 270.61 0.73 0.39
Hex 66 1B AE 29 54 0 20 10F 49 27
Octal 146 33 256 51 124 0 40 417 111 47
Binary 1100110 11011 10101110 101001 1010100 0 100000 100001111 1001001 100111

Color Harmonies of #661BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661BAE

Black with #661BAE

Text Example


Text Example

White with #661BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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