#671BBC

Color #671BBC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #671BBC

Tints of Purple Heart #671BBC

Color information

#671BBC (or 0x671BBC) is unknown color: approx Purple Heart. HEX triplet: 67, 1B and BC. RGB value is (103,27,188). Sum of RGB (Red+Green+Blue) = 103+27+188=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #671BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BBC is #98E443. Grayscale: #434343. Windows color (decimal): -10019908 or 12327783. OLE color: 12327783.

HSL color Cylindrical-coordinate representation of color #671BBC: hue angle of 268.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671BBC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10327188-
CMYK0.450.8600.26
HSL268.32º74.88%42.16%-
HSV(B)268.32º85.64%73.73%-
XYZ15.067.348.19-
YUV68.08195.68152.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=32.39%
G=8.49%
B=59.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103271880.450.8600.26268.3274.8842.16
Hex671BBC2D5601A10c4b2a
Octal147332745512603241411352
Binary1100111110111011110010110110101100110101000011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671BBC; }

 p { color: rgb(103,27,188); }

 H1.HeaderClassName
 {
   color: #671BBC;
 }
 .AnyTagClassName
 {
   color: #671BBC;
 }
</style>
background-color css

<style>
 a { background-color: #671BBC; }

 a { background-color: rgb(103,27,188); }

 div.DivClassName
 {
   background-color: #671BBC;
 }
 .BgClassName
 {
   background-color: #671BBC;
 }
</style>
border-color css

<style>
 span { border-color: #671BBC; }

 span { border-color: rgb(103,27,188); }

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