#672CB7

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

Shades of Purple Heart #672CB7

Tints of Purple Heart #672CB7

Color information

#672CB7 (or 0x672CB7) is unknown color: approx Purple Heart. HEX triplet: 67, 2C and B7. RGB value is (103,44,183). Sum of RGB (Red+Green+Blue) = 103+44+183=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #672CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CB7 is #98D348. Grayscale: #4C4C4C. Windows color (decimal): -10015561 or 12004455. OLE color: 12004455.

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

Color convert

RGB10344183-
CMYK0.440.7600.28
HSL265.47º61.23%44.51%-
HSV(B)265.47º75.96%71.76%-
XYZ15.048.145.57-
YUV77.49187.55146.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=31.21%
G=13.33%
B=55.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal103441830.440.7600.28265.4761.2344.51
Hex672CB72C4C01C1093d2d
Octal14754267541140344117555
Binary1100111101100101101111011001001100011100100001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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