Html Css Color HEX #661BA7 Purple Heart

📋 copy color: '#661BA7'

red 102 ◦ green 27 ◦ blue 167

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

Shades of Purple Heart #661BA7

Tints of Purple Heart #661BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.42%

R = 34.46%
G = 9.12%
B = 56.42%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#661BA7 (or 0x661BA7) is known color: Purple Heart. HEX triplet: 66, 1B and A7. RGB value is (102,27,167). Sum of RGB (Red+Green+Blue) = 102+27+167=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #661BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661BA7 is #99E458. Grayscale: #404040. Windows color (decimal): -10085465 or 10951526. OLE color: 10951526.

HSL color Cylindrical-coordinate representation of color #661BA7: hue angle of 272.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661BA7 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 27 167 -
CMYK 0.39 0.84 0 0.35
HSL 272.14º 0.72% 0.38% -
HSV(B) 272.14º 0.84% 0.65% -
XYZ 12.85 6.4 37.12 -
YUV 65.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 102 27 167 0.39 0.84 0 0.35 272.14 0.72 0.38
Hex 66 1B A7 27 54 0 23 110 48 26
Octal 146 33 247 47 124 0 43 420 110 46
Binary 1100110 11011 10100111 100111 1010100 0 100011 100010000 1001000 100110

Color Harmonies of #661BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661BA7

Black with #661BA7

Text Example


Text Example

White with #661BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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