#672ACF

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

Shades of Purple Heart #672ACF

Tints of Purple Heart #672ACF

Color information

#672ACF (or 0x672ACF) is unknown color: approx Purple Heart. HEX triplet: 67, 2A and CF. RGB value is (103,42,207). Sum of RGB (Red+Green+Blue) = 103+42+207=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #672ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ACF is #98D530. Grayscale: #4E4E4E. Windows color (decimal): -10016049 or 13576807. OLE color: 13576807.

HSL color Cylindrical-coordinate representation of color #672ACF: hue angle of 262.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672ACF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10342207-
CMYK0.500.8000.19
HSL262.18º66.27%48.82%-
HSV(B)262.18º79.71%81.18%-
XYZ17.689.0459.85-
YUV79.05200.21145.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 207 (81.25% from 255) = 58.81%
R=29.26%
G=11.93%
B=58.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal103422070.500.8000.19262.1866.2748.82
Hex672ACF32500131064231
Octal147523176212002340610261
Binary11001111010101100111111001010100000100111000001101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,207); }

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

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

 a { background-color: rgb(103,42,207); }

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

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

 span { border-color: rgb(103,42,207); }

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