#672CB6

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

Shades of Purple Heart #672CB6

Tints of Purple Heart #672CB6

Color information

#672CB6 (or 0x672CB6) is unknown color: approx Purple Heart. HEX triplet: 67, 2C and B6. RGB value is (103,44,182). Sum of RGB (Red+Green+Blue) = 103+44+182=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #672CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CB6 is #98D349. Grayscale: #4C4C4C. Windows color (decimal): -10015562 or 11938919. OLE color: 11938919.

HSL color Cylindrical-coordinate representation of color #672CB6: hue angle of 265.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672CB6 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10344182-
CMYK0.430.7600.29
HSL265.65º61.06%44.31%-
HSV(B)265.65º75.82%71.37%-
XYZ14.948.0645.02-
YUV77.37187.05146.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 44 (17.58% from 255) = 13.37%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=31.31%
G=13.37%
B=55.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103441820.430.7600.29265.6561.0644.31
Hex672CB62B4C01D10a3d2c
Octal14754266531140354127554
Binary1100111101100101101101010111001100011101100001010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672CB6; }

 p { color: rgb(103,44,182); }

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

<style>
 a { background-color: #672CB6; }

 a { background-color: rgb(103,44,182); }

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

<style>
 span { border-color: #672CB6; }

 span { border-color: rgb(103,44,182); }

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